Html Css Color HEX #CFA805 Gamboge

📋 copy color: '#CFA805'

red 207 ◦ green 168 ◦ blue 5

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

Shades of Gamboge #CFA805

Tints of Gamboge #CFA805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 54.47%
G = 44.21%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA805 (or 0xCFA805) is known color: Gamboge. HEX triplet: CF, A8 and 05. RGB value is (207,168,5). Sum of RGB (Red+Green+Blue) = 207+168+5=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA805 is #3057FA. Grayscale: #A1A1A1. Windows color (decimal): -3168251 or 370895. OLE color: 370895.

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

Color convert

RGB 207 168 5 -
CMYK 0 0.19 0.98 0.19
HSL 48.42º 0.95% 0.42% -
HSV(B) 48.42º 0.98% 0.81% -
XYZ 39.76 41.28 6.02 -
YUV 161.08 39.92 160.75 -
System Red Green Blue C M Y K H S L
Decimal 207 168 5 0 0.19 0.98 0.19 48.42 0.95 0.42
Hex CF A8 5 0 13 62 13 30 5F 2A
Octal 317 250 5 0 23 142 23 60 137 52
Binary 11001111 10101000 101 0 10011 1100010 10011 110000 1011111 101010

Color Harmonies of #CFA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA805

Black with #CFA805

Text Example


Text Example

White with #CFA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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