Html Css Color HEX #D5D864 Goldenrod

📋 copy color: '#D5D864'

red 213 ◦ green 216 ◦ blue 100

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

Shades of Goldenrod #D5D864

Tints of Goldenrod #D5D864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.9%

R = 40.26%
G = 40.83%
B = 18.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D5D864 (or 0xD5D864) is known color: Goldenrod. HEX triplet: D5, D8 and 64. RGB value is (213,216,100). Sum of RGB (Red+Green+Blue) = 213+216+100=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D864 is #2A279B. Grayscale: #CACACA. Windows color (decimal): -2762652 or 6609109. OLE color: 6609109.

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

Color convert

RGB 213 216 100 -
CMYK 0.01 0 0.54 0.15
HSL 61.55º 0.6% 0.62% -
HSV(B) 61.55º 0.54% 0.85% -
XYZ 54.3 64.18 21.58 -
YUV 201.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 213 216 100 0.01 0 0.54 0.15 61.55 0.6 0.62
Hex D5 D8 64 1 0 36 F 3E 3C 3E
Octal 325 330 144 1 0 66 17 76 74 76
Binary 11010101 11011000 1100100 1 0 110110 1111 111110 111100 111110

Color Harmonies of #D5D864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D864

Black with #D5D864

Text Example


Text Example

White with #D5D864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D864; }

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

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

background-color css

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

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

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

border-color css

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

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

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