Html Css Color HEX #D8DF60 Goldenrod

📋 copy color: '#D8DF60'

red 216 ◦ green 223 ◦ blue 96

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

Shades of Goldenrod #D8DF60

Tints of Goldenrod #D8DF60

RGB

 RED value IS 216 (84.77% from 255) = 40.37%

 GREEN value IS 223 (87.5% from 255) = 41.68%

 BLUE value IS 96 (37.89% from 255) = 17.94%

R = 40.37%
G = 41.68%
B = 17.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#D8DF60 (or 0xD8DF60) is known color: Goldenrod. HEX triplet: D8, DF and 60. RGB value is (216,223,96). Sum of RGB (Red+Green+Blue) = 216+223+96=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DF60 is #27209F. Grayscale: #CECECE. Windows color (decimal): -2564256 or 6348760. OLE color: 6348760.

HSL color Cylindrical-coordinate representation of color #D8DF60: hue angle of 63.31º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8DF60 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 223 96 -
CMYK 0.03 0 0.57 0.13
HSL 63.31º 0.66% 0.63% -
HSV(B) 63.31º 0.57% 0.87% -
XYZ 56.82 68.22 21.24 -
YUV 206.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 216 223 96 0.03 0 0.57 0.13 63.31 0.66 0.63
Hex D8 DF 60 3 0 39 D 3F 42 3F
Octal 330 337 140 3 0 71 15 77 102 77
Binary 11011000 11011111 1100000 11 0 111001 1101 111111 1000010 111111

Color Harmonies of #D8DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DF60

Black with #D8DF60

Text Example


Text Example

White with #D8DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DF60; }

 p { color: rgb(216,223,96); }

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

background-color css

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

 a { background-color: rgb(216,223,96); }

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

border-color css

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

 span { border-color: rgb(216,223,96); }

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