Html Css Color HEX #D0A802 Gamboge

📋 copy color: '#D0A802'

red 208 ◦ green 168 ◦ blue 2

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

Shades of Gamboge #D0A802

Tints of Gamboge #D0A802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 55.03%
G = 44.44%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0A802 (or 0xD0A802) is known color: Gamboge. HEX triplet: D0, A8 and 02. RGB value is (208,168,2). Sum of RGB (Red+Green+Blue) = 208+168+2=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A802 is #2F57FD. Grayscale: #A1A1A1. Windows color (decimal): -3102718 or 174288. OLE color: 174288.

HSL color Cylindrical-coordinate representation of color #D0A802: hue angle of 48.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0A802 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 168 2 -
CMYK 0 0.19 0.99 0.18
HSL 48.35º 0.98% 0.41% -
HSV(B) 48.35º 0.99% 0.82% -
XYZ 40.03 41.42 5.94 -
YUV 161.04 38.25 161.5 -
System Red Green Blue C M Y K H S L
Decimal 208 168 2 0 0.19 0.99 0.18 48.35 0.98 0.41
Hex D0 A8 2 0 13 63 12 30 62 29
Octal 320 250 2 0 23 143 22 60 142 51
Binary 11010000 10101000 10 0 10011 1100011 10010 110000 1100010 101001

Color Harmonies of #D0A802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A802

Black with #D0A802

Text Example


Text Example

White with #D0A802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A802; }

 p { color: rgb(208,168,2); }

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

background-color css

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

 a { background-color: rgb(208,168,2); }

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

border-color css

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

 span { border-color: rgb(208,168,2); }

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