Html Css Color HEX #D2D75E Goldenrod

📋 copy color: '#D2D75E'

red 210 ◦ green 215 ◦ blue 94

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

Shades of Goldenrod #D2D75E

Tints of Goldenrod #D2D75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.11%

R = 40.46%
G = 41.43%
B = 18.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D2D75E (or 0xD2D75E) is known color: Goldenrod. HEX triplet: D2, D7 and 5E. RGB value is (210,215,94). Sum of RGB (Red+Green+Blue) = 210+215+94=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D75E is #2D28A1. Grayscale: #C8C8C8. Windows color (decimal): -2959522 or 6215634. OLE color: 6215634.

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

Color convert

RGB 210 215 94 -
CMYK 0.02 0 0.56 0.16
HSL 62.48º 0.6% 0.61% -
HSV(B) 62.48º 0.56% 0.84% -
XYZ 52.9 63.11 19.98 -
YUV 199.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 210 215 94 0.02 0 0.56 0.16 62.48 0.6 0.61
Hex D2 D7 5E 2 0 38 10 3E 3C 3D
Octal 322 327 136 2 0 70 20 76 74 75
Binary 11010010 11010111 1011110 10 0 111000 10000 111110 111100 111101

Color Harmonies of #D2D75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D75E

Black with #D2D75E

Text Example


Text Example

White with #D2D75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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