Html Css Color HEX #D2D75D Goldenrod

📋 copy color: '#D2D75D'

red 210 ◦ green 215 ◦ blue 93

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

Shades of Goldenrod #D2D75D

Tints of Goldenrod #D2D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.51%

 BLUE value IS 93 (36.72% from 255) = 17.95%

R = 40.54%
G = 41.51%
B = 17.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D2D75D (or 0xD2D75D) is known color: Goldenrod. HEX triplet: D2, D7 and 5D. RGB value is (210,215,93). Sum of RGB (Red+Green+Blue) = 210+215+93=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D75D is #2D28A2. Grayscale: #C8C8C8. Windows color (decimal): -2959523 or 6150098. OLE color: 6150098.

HSL color Cylindrical-coordinate representation of color #D2D75D: hue angle of 62.46º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2D75D is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 93 -
CMYK 0.02 0 0.57 0.16
HSL 62.46º 0.6% 0.6% -
HSV(B) 62.46º 0.57% 0.84% -
XYZ 52.85 63.09 19.75 -
YUV 199.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 210 215 93 0.02 0 0.57 0.16 62.46 0.6 0.6
Hex D2 D7 5D 2 0 39 10 3E 3C 3C
Octal 322 327 135 2 0 71 20 76 74 74
Binary 11010010 11010111 1011101 10 0 111001 10000 111110 111100 111100

Color Harmonies of #D2D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D75D

Black with #D2D75D

Text Example


Text Example

White with #D2D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D75D; }

 p { color: rgb(210,215,93); }

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

background-color css

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

 a { background-color: rgb(210,215,93); }

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

border-color css

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

 span { border-color: rgb(210,215,93); }

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