Html Css Color HEX #D2A405 Gamboge

📋 copy color: '#D2A405'

red 210 ◦ green 164 ◦ blue 5

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

Shades of Gamboge #D2A405

Tints of Gamboge #D2A405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.27%

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

R = 55.41%
G = 43.27%
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

#D2A405 (or 0xD2A405) is known color: Gamboge. HEX triplet: D2, A4 and 05. RGB value is (210,164,5). Sum of RGB (Red+Green+Blue) = 210+164+5=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A405 is #2D5BFA. Grayscale: #A0A0A0. Windows color (decimal): -2972667 or 369874. OLE color: 369874.

HSL color Cylindrical-coordinate representation of color #D2A405: hue angle of 46.54º 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 #D2A405 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 164 5 -
CMYK 0 0.22 0.98 0.18
HSL 46.54º 0.95% 0.42% -
HSV(B) 46.54º 0.98% 0.82% -
XYZ 39.88 40.26 5.81 -
YUV 159.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 210 164 5 0 0.22 0.98 0.18 46.54 0.95 0.42
Hex D2 A4 5 0 16 62 12 2F 5F 2A
Octal 322 244 5 0 26 142 22 57 137 52
Binary 11010010 10100100 101 0 10110 1100010 10010 101111 1011111 101010

Color Harmonies of #D2A405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A405

Black with #D2A405

Text Example


Text Example

White with #D2A405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A405; }

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

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

background-color css

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

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

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

border-color css

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

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

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