Html Css Color HEX #D5D862 Goldenrod

📋 copy color: '#D5D862'

red 213 ◦ green 216 ◦ blue 98

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

Shades of Goldenrod #D5D862

Tints of Goldenrod #D5D862

RGB

 RED value IS 213 (83.59% from 255) = 40.42%

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

 BLUE value IS 98 (38.67% from 255) = 18.6%

R = 40.42%
G = 40.99%
B = 18.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D5D862 (or 0xD5D862) is known color: Goldenrod. HEX triplet: D5, D8 and 62. RGB value is (213,216,98). Sum of RGB (Red+Green+Blue) = 213+216+98=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D862 is #2A279D. Grayscale: #CACACA. Windows color (decimal): -2762654 or 6478037. OLE color: 6478037.

HSL color Cylindrical-coordinate representation of color #D5D862: hue angle of 61.53º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5D862 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 216 98 -
CMYK 0.01 0 0.55 0.15
HSL 61.53º 0.6% 0.62% -
HSV(B) 61.53º 0.55% 0.85% -
XYZ 54.2 64.14 21.08 -
YUV 201.65 69.51 136.09 -
System Red Green Blue C M Y K H S L
Decimal 213 216 98 0.01 0 0.55 0.15 61.53 0.6 0.62
Hex D5 D8 62 1 0 37 F 3E 3C 3E
Octal 325 330 142 1 0 67 17 76 74 76
Binary 11010101 11011000 1100010 1 0 110111 1111 111110 111100 111110

Color Harmonies of #D5D862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D862

Black with #D5D862

Text Example


Text Example

White with #D5D862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D862; }

 p { color: rgb(213,216,98); }

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

background-color css

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

 a { background-color: rgb(213,216,98); }

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

border-color css

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

 span { border-color: rgb(213,216,98); }

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