Html Css Color HEX #D2A305 Gamboge

📋 copy color: '#D2A305'

red 210 ◦ green 163 ◦ blue 5

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

Shades of Gamboge #D2A305

Tints of Gamboge #D2A305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.12%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 55.56%
G = 43.12%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D2A305 (or 0xD2A305) is known color: Gamboge. HEX triplet: D2, A3 and 05. RGB value is (210,163,5). Sum of RGB (Red+Green+Blue) = 210+163+5=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A305 is #2D5CFA. Grayscale: #9F9F9F. Windows color (decimal): -2972923 or 369618. OLE color: 369618.

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

Color convert

RGB 210 163 5 -
CMYK 0 0.22 0.98 0.18
HSL 46.24º 0.95% 0.42% -
HSV(B) 46.24º 0.98% 0.82% -
XYZ 39.7 39.91 5.75 -
YUV 159.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 210 163 5 0 0.22 0.98 0.18 46.24 0.95 0.42
Hex D2 A3 5 0 16 62 12 2E 5F 2A
Octal 322 243 5 0 26 142 22 56 137 52
Binary 11010010 10100011 101 0 10110 1100010 10010 101110 1011111 101010

Color Harmonies of #D2A305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A305

Black with #D2A305

Text Example


Text Example

White with #D2A305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A305; }

 p { color: rgb(210,163,5); }

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

background-color css

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

 a { background-color: rgb(210,163,5); }

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

border-color css

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

 span { border-color: rgb(210,163,5); }

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