Html Css Color HEX #D2A80B Gamboge

📋 copy color: '#D2A80B'

red 210 ◦ green 168 ◦ blue 11

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

Shades of Gamboge #D2A80B

Tints of Gamboge #D2A80B

RGB

 RED value IS 210 (82.42% from 255) = 53.98%

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

 BLUE value IS 11 (4.69% from 255) = 2.83%

R = 53.98%
G = 43.19%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2A80B (or 0xD2A80B) is known color: Gamboge. HEX triplet: D2, A8 and 0B. RGB value is (210,168,11). Sum of RGB (Red+Green+Blue) = 210+168+11=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A80B is #2D57F4. Grayscale: #A3A3A3. Windows color (decimal): -2971637 or 764114. OLE color: 764114.

HSL color Cylindrical-coordinate representation of color #D2A80B: hue angle of 47.34º degrees, saturation: 0.9, 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 #D2A80B is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 168 11 -
CMYK 0 0.2 0.95 0.18
HSL 47.34º 0.9% 0.43% -
HSV(B) 47.34º 0.95% 0.82% -
XYZ 40.64 41.73 6.23 -
YUV 162.66 42.41 161.77 -
System Red Green Blue C M Y K H S L
Decimal 210 168 11 0 0.2 0.95 0.18 47.34 0.9 0.43
Hex D2 A8 B 0 14 5F 12 2F 5A 2B
Octal 322 250 13 0 24 137 22 57 132 53
Binary 11010010 10101000 1011 0 10100 1011111 10010 101111 1011010 101011

Color Harmonies of #D2A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A80B

Black with #D2A80B

Text Example


Text Example

White with #D2A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A80B; }

 p { color: rgb(210,168,11); }

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

background-color css

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

 a { background-color: rgb(210,168,11); }

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

border-color css

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

 span { border-color: rgb(210,168,11); }

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