Html Css Color HEX #CFA606 Gamboge

📋 copy color: '#CFA606'

red 207 ◦ green 166 ◦ blue 6

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

Shades of Gamboge #CFA606

Tints of Gamboge #CFA606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.58%

R = 54.62%
G = 43.8%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CFA606 (or 0xCFA606) is known color: Gamboge. HEX triplet: CF, A6 and 06. RGB value is (207,166,6). Sum of RGB (Red+Green+Blue) = 207+166+6=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA606 is #3059F9. Grayscale: #A0A0A0. Windows color (decimal): -3168762 or 435919. OLE color: 435919.

HSL color Cylindrical-coordinate representation of color #CFA606: hue angle of 47.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFA606 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 6 -
CMYK 0 0.20 0.97 0.19
HSL 47.76º 0.94% 0.42% -
HSV(B) 47.76º 0.97% 0.81% -
XYZ 39.4 40.55 5.92 -
YUV 160.02 41.08 161.51 -
System Red Green Blue C M Y K H S L
Decimal 207 166 6 0 0.20 0.97 0.19 47.76 0.94 0.42
Hex CF A6 6 0 14 61 13 30 5E 2A
Octal 317 246 6 0 24 141 23 60 136 52
Binary 11001111 10100110 110 0 10100 1100001 10011 110000 1011110 101010

Color Harmonies of #CFA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA606

Black with #CFA606

Text Example


Text Example

White with #CFA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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