Html Css Color HEX #CFA900 Gamboge

📋 copy color: '#CFA900'

red 207 ◦ green 169 ◦ blue 0

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

Shades of Gamboge #CFA900

Tints of Gamboge #CFA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.05%
G = 44.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFA900 (or 0xCFA900) is known color: Gamboge. HEX triplet: CF, A9 and 00. RGB value is (207,169,0). Sum of RGB (Red+Green+Blue) = 207+169+0=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA900 is #3056FF. Grayscale: #A1A1A1. Windows color (decimal): -3168000 or 43471. OLE color: 43471.

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

Color convert

RGB 207 169 0 -
CMYK 0 0.18 1 0.19
HSL 48.99º 1% 0.41% -
HSV(B) 48.99º 1% 0.81% -
XYZ 39.92 41.64 5.93 -
YUV 161.1 37.09 160.74 -
System Red Green Blue C M Y K H S L
Decimal 207 169 0 0 0.18 1 0.19 48.99 1 0.41
Hex CF A9 0 0 12 64 13 31 64 29
Octal 317 251 0 0 22 144 23 61 144 51
Binary 11001111 10101001 0 0 10010 1100100 10011 110001 1100100 101001

Color Harmonies of #CFA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA900

Black with #CFA900

Text Example


Text Example

White with #CFA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA900; }

 p { color: rgb(207,169,0); }

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

background-color css

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

 a { background-color: rgb(207,169,0); }

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

border-color css

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

 span { border-color: rgb(207,169,0); }

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