Html Css Color HEX #CFA20A Gamboge

📋 copy color: '#CFA20A'

red 207 ◦ green 162 ◦ blue 10

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

Shades of Gamboge #CFA20A

Tints of Gamboge #CFA20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 54.62%
G = 42.74%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CFA20A (or 0xCFA20A) is known color: Gamboge. HEX triplet: CF, A2 and 0A. RGB value is (207,162,10). Sum of RGB (Red+Green+Blue) = 207+162+10=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA20A is #305DF5. Grayscale: #9E9E9E. Windows color (decimal): -3169782 or 697039. OLE color: 697039.

HSL color Cylindrical-coordinate representation of color #CFA20A: hue angle of 46.29º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFA20A is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 10 -
CMYK 0 0.22 0.95 0.19
HSL 46.29º 0.91% 0.43% -
HSV(B) 46.29º 0.95% 0.81% -
XYZ 38.71 39.13 5.8 -
YUV 158.13 44.41 162.86 -
System Red Green Blue C M Y K H S L
Decimal 207 162 10 0 0.22 0.95 0.19 46.29 0.91 0.43
Hex CF A2 A 0 16 5F 13 2E 5B 2B
Octal 317 242 12 0 26 137 23 56 133 53
Binary 11001111 10100010 1010 0 10110 1011111 10011 101110 1011011 101011

Color Harmonies of #CFA20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA20A

Black with #CFA20A

Text Example


Text Example

White with #CFA20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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