Html Css Color HEX #CFA20D Gamboge

📋 copy color: '#CFA20D'

red 207 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #CFA20D

Tints of Gamboge #CFA20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 54.19%
G = 42.41%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CFA20D (or 0xCFA20D) is known color: Gamboge. HEX triplet: CF, A2 and 0D. RGB value is (207,162,13). Sum of RGB (Red+Green+Blue) = 207+162+13=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA20D is #305DF2. Grayscale: #9F9F9F. Windows color (decimal): -3169779 or 893647. OLE color: 893647.

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

Color convert

RGB 207 162 13 -
CMYK 0 0.22 0.94 0.19
HSL 46.08º 0.88% 0.43% -
HSV(B) 46.08º 0.94% 0.81% -
XYZ 38.73 39.14 5.89 -
YUV 158.47 45.91 162.62 -
System Red Green Blue C M Y K H S L
Decimal 207 162 13 0 0.22 0.94 0.19 46.08 0.88 0.43
Hex CF A2 D 0 16 5E 13 2E 58 2B
Octal 317 242 15 0 26 136 23 56 130 53
Binary 11001111 10100010 1101 0 10110 1011110 10011 101110 1011000 101011

Color Harmonies of #CFA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA20D

Black with #CFA20D

Text Example


Text Example

White with #CFA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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