Html Css Color HEX #D2D85E Goldenrod

📋 copy color: '#D2D85E'

red 210 ◦ green 216 ◦ blue 94

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

Shades of Goldenrod #D2D85E

Tints of Goldenrod #D2D85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 40.38%
G = 41.54%
B = 18.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D2D85E (or 0xD2D85E) is known color: Goldenrod. HEX triplet: D2, D8 and 5E. RGB value is (210,216,94). Sum of RGB (Red+Green+Blue) = 210+216+94=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D85E is #2D27A1. Grayscale: #C8C8C8. Windows color (decimal): -2959266 or 6215890. OLE color: 6215890.

HSL color Cylindrical-coordinate representation of color #D2D85E: hue angle of 62.95º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2D85E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 94 -
CMYK 0.03 0 0.56 0.15
HSL 62.95º 0.61% 0.61% -
HSV(B) 62.95º 0.56% 0.85% -
XYZ 53.15 63.62 20.07 -
YUV 200.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 210 216 94 0.03 0 0.56 0.15 62.95 0.61 0.61
Hex D2 D8 5E 3 0 38 F 3F 3D 3D
Octal 322 330 136 3 0 70 17 77 75 75
Binary 11010010 11011000 1011110 11 0 111000 1111 111111 111101 111101

Color Harmonies of #D2D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D85E

Black with #D2D85E

Text Example


Text Example

White with #D2D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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