Html Css Color HEX #D2A506 Gamboge

📋 copy color: '#D2A506'

red 210 ◦ green 165 ◦ blue 6

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

Shades of Gamboge #D2A506

Tints of Gamboge #D2A506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.31%

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 55.12%
G = 43.31%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D2A506 (or 0xD2A506) is known color: Gamboge. HEX triplet: D2, A5 and 06. RGB value is (210,165,6). Sum of RGB (Red+Green+Blue) = 210+165+6=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A506 is #2D5AF9. Grayscale: #A1A1A1. Windows color (decimal): -2972410 or 435666. OLE color: 435666.

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

Color convert

RGB 210 165 6 -
CMYK 0 0.21 0.97 0.18
HSL 46.76º 0.94% 0.42% -
HSV(B) 46.76º 0.97% 0.82% -
XYZ 40.07 40.63 5.9 -
YUV 160.33 40.91 163.43 -
System Red Green Blue C M Y K H S L
Decimal 210 165 6 0 0.21 0.97 0.18 46.76 0.94 0.42
Hex D2 A5 6 0 15 61 12 2F 5E 2A
Octal 322 245 6 0 25 141 22 57 136 52
Binary 11010010 10100101 110 0 10101 1100001 10010 101111 1011110 101010

Color Harmonies of #D2A506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A506

Black with #D2A506

Text Example


Text Example

White with #D2A506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A506; }

 p { color: rgb(210,165,6); }

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

background-color css

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

 a { background-color: rgb(210,165,6); }

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

border-color css

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

 span { border-color: rgb(210,165,6); }

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