Html Css Color HEX #CFA808 Gamboge

📋 copy color: '#CFA808'

red 207 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #CFA808

Tints of Gamboge #CFA808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 54.05%
G = 43.86%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFA808 (or 0xCFA808) is known color: Gamboge. HEX triplet: CF, A8 and 08. RGB value is (207,168,8). Sum of RGB (Red+Green+Blue) = 207+168+8=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA808 is #3057F7. Grayscale: #A2A2A2. Windows color (decimal): -3168248 or 567503. OLE color: 567503.

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

Color convert

RGB 207 168 8 -
CMYK 0 0.19 0.96 0.19
HSL 48.24º 0.93% 0.42% -
HSV(B) 48.24º 0.96% 0.81% -
XYZ 39.78 41.29 6.1 -
YUV 161.42 41.42 160.51 -
System Red Green Blue C M Y K H S L
Decimal 207 168 8 0 0.19 0.96 0.19 48.24 0.93 0.42
Hex CF A8 8 0 13 60 13 30 5D 2A
Octal 317 250 10 0 23 140 23 60 135 52
Binary 11001111 10101000 1000 0 10011 1100000 10011 110000 1011101 101010

Color Harmonies of #CFA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA808

Black with #CFA808

Text Example


Text Example

White with #CFA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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