Html Css Color HEX #D0A20A Gamboge

📋 copy color: '#D0A20A'

red 208 ◦ green 162 ◦ blue 10

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

Shades of Gamboge #D0A20A

Tints of Gamboge #D0A20A

RGB

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

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

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

R = 54.74%
G = 42.63%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0A20A (or 0xD0A20A) is known color: Gamboge. HEX triplet: D0, A2 and 0A. RGB value is (208,162,10). Sum of RGB (Red+Green+Blue) = 208+162+10=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A20A is #2F5DF5. Grayscale: #9F9F9F. Windows color (decimal): -3104246 or 697040. OLE color: 697040.

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

Color convert

RGB 208 162 10 -
CMYK 0 0.22 0.95 0.18
HSL 46.06º 0.91% 0.43% -
HSV(B) 46.06º 0.95% 0.82% -
XYZ 38.99 39.27 5.81 -
YUV 158.43 44.24 163.36 -
System Red Green Blue C M Y K H S L
Decimal 208 162 10 0 0.22 0.95 0.18 46.06 0.91 0.43
Hex D0 A2 A 0 16 5F 12 2E 5B 2B
Octal 320 242 12 0 26 137 22 56 133 53
Binary 11010000 10100010 1010 0 10110 1011111 10010 101110 1011011 101011

Color Harmonies of #D0A20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A20A

Black with #D0A20A

Text Example


Text Example

White with #D0A20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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