Html Css Color HEX #D2D475 Goldenrod

📋 copy color: '#D2D475'

red 210 ◦ green 212 ◦ blue 117

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

Shades of Goldenrod #D2D475

Tints of Goldenrod #D2D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

 BLUE value IS 117 (46.09% from 255) = 21.71%

R = 38.96%
G = 39.33%
B = 21.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D2D475 (or 0xD2D475) is known color: Goldenrod. HEX triplet: D2, D4 and 75. RGB value is (210,212,117). Sum of RGB (Red+Green+Blue) = 210+212+117=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D475 is #2D2B8A. Grayscale: #C8C8C8. Windows color (decimal): -2960267 or 7722194. OLE color: 7722194.

HSL color Cylindrical-coordinate representation of color #D2D475: hue angle of 61.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D475 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 212 117 -
CMYK 0.01 0 0.45 0.17
HSL 61.26º 0.52% 0.65% -
HSV(B) 61.26º 0.45% 0.83% -
XYZ 53.33 62.07 26 -
YUV 200.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 210 212 117 0.01 0 0.45 0.17 61.26 0.52 0.65
Hex D2 D4 75 1 0 2D 11 3D 34 41
Octal 322 324 165 1 0 55 21 75 64 101
Binary 11010010 11010100 1110101 1 0 101101 10001 111101 110100 1000001

Color Harmonies of #D2D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D475

Black with #D2D475

Text Example


Text Example

White with #D2D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D475; }

 p { color: rgb(210,212,117); }

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

background-color css

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

 a { background-color: rgb(210,212,117); }

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

border-color css

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

 span { border-color: rgb(210,212,117); }

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