Html Css Color HEX #D2A508 Gamboge

📋 copy color: '#D2A508'

red 210 ◦ green 165 ◦ blue 8

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

Shades of Gamboge #D2A508

Tints of Gamboge #D2A508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 54.83%
G = 43.08%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2A508 (or 0xD2A508) is known color: Gamboge. HEX triplet: D2, A5 and 08. RGB value is (210,165,8). Sum of RGB (Red+Green+Blue) = 210+165+8=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A508 is #2D5AF7. Grayscale: #A1A1A1. Windows color (decimal): -2972408 or 566738. OLE color: 566738.

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

Color convert

RGB 210 165 8 -
CMYK 0 0.21 0.96 0.18
HSL 46.63º 0.93% 0.43% -
HSV(B) 46.63º 0.96% 0.82% -
XYZ 40.08 40.63 5.96 -
YUV 160.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 210 165 8 0 0.21 0.96 0.18 46.63 0.93 0.43
Hex D2 A5 8 0 15 60 12 2F 5D 2B
Octal 322 245 10 0 25 140 22 57 135 53
Binary 11010010 10100101 1000 0 10101 1100000 10010 101111 1011101 101011

Color Harmonies of #D2A508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A508

Black with #D2A508

Text Example


Text Example

White with #D2A508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A508; }

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

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

background-color css

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

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

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

border-color css

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

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

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