Html Css Color HEX #CFA004 Gamboge

📋 copy color: '#CFA004'

red 207 ◦ green 160 ◦ blue 4

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

Shades of Gamboge #CFA004

Tints of Gamboge #CFA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.13%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 55.8%
G = 43.13%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA004 (or 0xCFA004) is known color: Gamboge. HEX triplet: CF, A0 and 04. RGB value is (207,160,4). Sum of RGB (Red+Green+Blue) = 207+160+4=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA004 is #305FFB. Grayscale: #9C9C9C. Windows color (decimal): -3170300 or 303311. OLE color: 303311.

HSL color Cylindrical-coordinate representation of color #CFA004: hue angle of 46.11º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFA004 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 4 -
CMYK 0 0.23 0.98 0.19
HSL 46.11º 0.96% 0.41% -
HSV(B) 46.11º 0.98% 0.81% -
XYZ 38.32 38.42 5.51 -
YUV 156.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 207 160 4 0 0.23 0.98 0.19 46.11 0.96 0.41
Hex CF A0 4 0 17 62 13 2E 60 29
Octal 317 240 4 0 27 142 23 56 140 51
Binary 11001111 10100000 100 0 10111 1100010 10011 101110 1100000 101001

Color Harmonies of #CFA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA004

Black with #CFA004

Text Example


Text Example

White with #CFA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA004; }

 p { color: rgb(207,160,4); }

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

background-color css

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

 a { background-color: rgb(207,160,4); }

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

border-color css

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

 span { border-color: rgb(207,160,4); }

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