Html Css Color HEX #CFA209 Gamboge

📋 copy color: '#CFA209'

red 207 ◦ green 162 ◦ blue 9

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

Shades of Gamboge #CFA209

Tints of Gamboge #CFA209

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.86%

 BLUE value IS 9 (3.91% from 255) = 2.38%

R = 54.76%
G = 42.86%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CFA209 (or 0xCFA209) is known color: Gamboge. HEX triplet: CF, A2 and 09. RGB value is (207,162,9). Sum of RGB (Red+Green+Blue) = 207+162+9=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA209 is #305DF6. Grayscale: #9E9E9E. Windows color (decimal): -3169783 or 631503. OLE color: 631503.

HSL color Cylindrical-coordinate representation of color #CFA209: hue angle of 46.36º degrees, saturation: 0.92, 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 #CFA209 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 9 -
CMYK 0 0.22 0.96 0.19
HSL 46.36º 0.92% 0.42% -
HSV(B) 46.36º 0.96% 0.81% -
XYZ 38.7 39.13 5.77 -
YUV 158.01 43.91 162.94 -
System Red Green Blue C M Y K H S L
Decimal 207 162 9 0 0.22 0.96 0.19 46.36 0.92 0.42
Hex CF A2 9 0 16 60 13 2E 5C 2A
Octal 317 242 11 0 26 140 23 56 134 52
Binary 11001111 10100010 1001 0 10110 1100000 10011 101110 1011100 101010

Color Harmonies of #CFA209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA209

Black with #CFA209

Text Example


Text Example

White with #CFA209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA209; }

 p { color: rgb(207,162,9); }

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

background-color css

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

 a { background-color: rgb(207,162,9); }

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

border-color css

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

 span { border-color: rgb(207,162,9); }

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