Html Css Color HEX #CFA806 Gamboge

📋 copy color: '#CFA806'

red 207 ◦ green 168 ◦ blue 6

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

Shades of Gamboge #CFA806

Tints of Gamboge #CFA806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

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

R = 54.33%
G = 44.09%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CFA806 (or 0xCFA806) is known color: Gamboge. HEX triplet: CF, A8 and 06. RGB value is (207,168,6). Sum of RGB (Red+Green+Blue) = 207+168+6=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA806 is #3057F9. Grayscale: #A1A1A1. Windows color (decimal): -3168250 or 436431. OLE color: 436431.

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

Color convert

RGB 207 168 6 -
CMYK 0 0.19 0.97 0.19
HSL 48.36º 0.94% 0.42% -
HSV(B) 48.36º 0.97% 0.81% -
XYZ 39.77 41.28 6.04 -
YUV 161.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 207 168 6 0 0.19 0.97 0.19 48.36 0.94 0.42
Hex CF A8 6 0 13 61 13 30 5E 2A
Octal 317 250 6 0 23 141 23 60 136 52
Binary 11001111 10101000 110 0 10011 1100001 10011 110000 1011110 101010

Color Harmonies of #CFA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA806

Black with #CFA806

Text Example


Text Example

White with #CFA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA806; }

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

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

background-color css

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

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

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

border-color css

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

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

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