Html Css Color HEX #D8DB60 Goldenrod

📋 copy color: '#D8DB60'

red 216 ◦ green 219 ◦ blue 96

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

Shades of Goldenrod #D8DB60

Tints of Goldenrod #D8DB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.24%

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

R = 40.68%
G = 41.24%
B = 18.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#D8DB60 (or 0xD8DB60) is known color: Goldenrod. HEX triplet: D8, DB and 60. RGB value is (216,219,96). Sum of RGB (Red+Green+Blue) = 216+219+96=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB60 is #27249F. Grayscale: #CCCCCC. Windows color (decimal): -2565280 or 6347736. OLE color: 6347736.

HSL color Cylindrical-coordinate representation of color #D8DB60: hue angle of 61.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8DB60 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 96 -
CMYK 0.01 0 0.56 0.14
HSL 61.46º 0.63% 0.62% -
HSV(B) 61.46º 0.56% 0.86% -
XYZ 55.76 66.11 20.89 -
YUV 204.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 216 219 96 0.01 0 0.56 0.14 61.46 0.63 0.62
Hex D8 DB 60 1 0 38 E 3D 3F 3E
Octal 330 333 140 1 0 70 16 75 77 76
Binary 11011000 11011011 1100000 1 0 111000 1110 111101 111111 111110

Color Harmonies of #D8DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB60

Black with #D8DB60

Text Example


Text Example

White with #D8DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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