Html Css Color HEX #D0A20D Gamboge

📋 copy color: '#D0A20D'

red 208 ◦ green 162 ◦ blue 13

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

Shades of Gamboge #D0A20D

Tints of Gamboge #D0A20D

RGB

 RED value IS 208 (81.64% from 255) = 54.31%

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

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

R = 54.31%
G = 42.3%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0A20D (or 0xD0A20D) is known color: Gamboge. HEX triplet: D0, A2 and 0D. RGB value is (208,162,13). Sum of RGB (Red+Green+Blue) = 208+162+13=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A20D is #2F5DF2. Grayscale: #9F9F9F. Windows color (decimal): -3104243 or 893648. OLE color: 893648.

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

Color convert

RGB 208 162 13 -
CMYK 0 0.22 0.94 0.18
HSL 45.85º 0.88% 0.43% -
HSV(B) 45.85º 0.94% 0.82% -
XYZ 39.01 39.28 5.91 -
YUV 158.77 45.74 163.12 -
System Red Green Blue C M Y K H S L
Decimal 208 162 13 0 0.22 0.94 0.18 45.85 0.88 0.43
Hex D0 A2 D 0 16 5E 12 2E 58 2B
Octal 320 242 15 0 26 136 22 56 130 53
Binary 11010000 10100010 1101 0 10110 1011110 10010 101110 1011000 101011

Color Harmonies of #D0A20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A20D

Black with #D0A20D

Text Example


Text Example

White with #D0A20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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