Html Css Color HEX #CF9A0F Gamboge

📋 copy color: '#CF9A0F'

red 207 ◦ green 154 ◦ blue 15

#CF9A0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CF9A0F

Tints of Gamboge #CF9A0F

RGB

 RED value IS 207 (81.25% from 255) = 55.05%

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 15 (6.25% from 255) = 3.99%

R = 55.05%
G = 40.96%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF9A0F (or 0xCF9A0F) is known color: Gamboge. HEX triplet: CF, 9A and 0F. RGB value is (207,154,15). Sum of RGB (Red+Green+Blue) = 207+154+15=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9A0F is #3065F0. Grayscale: #9A9A9A. Windows color (decimal): -3171825 or 1022671. OLE color: 1022671.

HSL color Cylindrical-coordinate representation of color #CF9A0F: hue angle of 43.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF9A0F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 154 15 -
CMYK 0 0.26 0.93 0.19
HSL 43.44º 0.86% 0.44% -
HSV(B) 43.44º 0.93% 0.81% -
XYZ 37.37 36.41 5.51 -
YUV 154 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 207 154 15 0 0.26 0.93 0.19 43.44 0.86 0.44
Hex CF 9A F 0 1A 5D 13 2B 56 2C
Octal 317 232 17 0 32 135 23 53 126 54
Binary 11001111 10011010 1111 0 11010 1011101 10011 101011 1010110 101100

Color Harmonies of #CF9A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A0F

Black with #CF9A0F

Text Example


Text Example

White with #CF9A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A0F; }

 p { color: rgb(207,154,15); }

 H1.HeaderClassName
 {
   color: #CF9A0F;
 }
 .AnyTagClassName
 {
   color: #CF9A0F;
 }
</style>

background-color css

<style>
 a { background-color: #CF9A0F; }

 a { background-color: rgb(207,154,15); }

 div.DivClassName
 {
   background-color: #CF9A0F;
 }
 .BgClassName
 {
   background-color: #CF9A0F;
 }
</style>

border-color css

<style>
 span { border-color: #CF9A0F; }

 span { border-color: rgb(207,154,15); }

 td.TdClassName
 {
   border-color: #CF9A0F;
 }
 .TagClassName
 {
   border-color: #CF9A0F;
 }
</style>