Html Css Color HEX #CFA604 Gamboge

📋 copy color: '#CFA604'

red 207 ◦ green 166 ◦ blue 4

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

Shades of Gamboge #CFA604

Tints of Gamboge #CFA604

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.03%

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

R = 54.91%
G = 44.03%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA604 (or 0xCFA604) is known color: Gamboge. HEX triplet: CF, A6 and 04. RGB value is (207,166,4). Sum of RGB (Red+Green+Blue) = 207+166+4=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA604 is #3059FB. Grayscale: #A0A0A0. Windows color (decimal): -3168764 or 304847. OLE color: 304847.

HSL color Cylindrical-coordinate representation of color #CFA604: hue angle of 47.88º 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 #CFA604 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 4 -
CMYK 0 0.20 0.98 0.19
HSL 47.88º 0.96% 0.41% -
HSV(B) 47.88º 0.98% 0.81% -
XYZ 39.39 40.55 5.87 -
YUV 159.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 207 166 4 0 0.20 0.98 0.19 47.88 0.96 0.41
Hex CF A6 4 0 14 62 13 30 60 29
Octal 317 246 4 0 24 142 23 60 140 51
Binary 11001111 10100110 100 0 10100 1100010 10011 110000 1100000 101001

Color Harmonies of #CFA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA604

Black with #CFA604

Text Example


Text Example

White with #CFA604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA604; }

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

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

background-color css

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

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

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

border-color css

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

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

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