Html Css Color HEX #CFA005 Gamboge

📋 copy color: '#CFA005'

red 207 ◦ green 160 ◦ blue 5

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

Shades of Gamboge #CFA005

Tints of Gamboge #CFA005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.01%

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

R = 55.65%
G = 43.01%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA005 (or 0xCFA005) is known color: Gamboge. HEX triplet: CF, A0 and 05. RGB value is (207,160,5). Sum of RGB (Red+Green+Blue) = 207+160+5=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA005 is #305FFA. Grayscale: #9D9D9D. Windows color (decimal): -3170299 or 368847. OLE color: 368847.

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

Color convert

RGB 207 160 5 -
CMYK 0 0.23 0.98 0.19
HSL 46.04º 0.95% 0.42% -
HSV(B) 46.04º 0.98% 0.81% -
XYZ 38.33 38.42 5.54 -
YUV 156.38 42.57 164.1 -
System Red Green Blue C M Y K H S L
Decimal 207 160 5 0 0.23 0.98 0.19 46.04 0.95 0.42
Hex CF A0 5 0 17 62 13 2E 5F 2A
Octal 317 240 5 0 27 142 23 56 137 52
Binary 11001111 10100000 101 0 10111 1100010 10011 101110 1011111 101010

Color Harmonies of #CFA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA005

Black with #CFA005

Text Example


Text Example

White with #CFA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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