Html Css Color HEX #CFA605 Gamboge

📋 copy color: '#CFA605'

red 207 ◦ green 166 ◦ blue 5

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

Shades of Gamboge #CFA605

Tints of Gamboge #CFA605

RGB

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

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

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

R = 54.76%
G = 43.92%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CFA605 (or 0xCFA605) is known color: Gamboge. HEX triplet: CF, A6 and 05. RGB value is (207,166,5). Sum of RGB (Red+Green+Blue) = 207+166+5=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA605 is #3059FA. Grayscale: #A0A0A0. Windows color (decimal): -3168763 or 370383. OLE color: 370383.

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

Color convert

RGB 207 166 5 -
CMYK 0 0.20 0.98 0.19
HSL 47.82º 0.95% 0.42% -
HSV(B) 47.82º 0.98% 0.81% -
XYZ 39.4 40.55 5.89 -
YUV 159.91 40.58 161.59 -
System Red Green Blue C M Y K H S L
Decimal 207 166 5 0 0.20 0.98 0.19 47.82 0.95 0.42
Hex CF A6 5 0 14 62 13 30 5F 2A
Octal 317 246 5 0 24 142 23 60 137 52
Binary 11001111 10100110 101 0 10100 1100010 10011 110000 1011111 101010

Color Harmonies of #CFA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA605

Black with #CFA605

Text Example


Text Example

White with #CFA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA605; }

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

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

background-color css

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

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

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

border-color css

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

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

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