Html Css Color HEX #CFA200 Gamboge

📋 copy color: '#CFA200'

red 207 ◦ green 162 ◦ blue 0

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

Shades of Gamboge #CFA200

Tints of Gamboge #CFA200

RGB

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

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

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

R = 56.1%
G = 43.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFA200 (or 0xCFA200) is known color: Gamboge. HEX triplet: CF, A2 and 00. RGB value is (207,162,0). Sum of RGB (Red+Green+Blue) = 207+162+0=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA200 is #305DFF. Grayscale: #9D9D9D. Windows color (decimal): -3169792 or 41679. OLE color: 41679.

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

Color convert

RGB 207 162 0 -
CMYK 0 0.22 1 0.19
HSL 46.96º 1% 0.41% -
HSV(B) 46.96º 1% 0.81% -
XYZ 38.65 39.11 5.51 -
YUV 156.99 39.41 163.67 -
System Red Green Blue C M Y K H S L
Decimal 207 162 0 0 0.22 1 0.19 46.96 1 0.41
Hex CF A2 0 0 16 64 13 2F 64 29
Octal 317 242 0 0 26 144 23 57 144 51
Binary 11001111 10100010 0 0 10110 1100100 10011 101111 1100100 101001

Color Harmonies of #CFA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA200

Black with #CFA200

Text Example


Text Example

White with #CFA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA200; }

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

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

background-color css

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

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

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

border-color css

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

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

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