Html Css Color HEX #D8DB61 Goldenrod

📋 copy color: '#D8DB61'

red 216 ◦ green 219 ◦ blue 97

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

Shades of Goldenrod #D8DB61

Tints of Goldenrod #D8DB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.23%

R = 40.6%
G = 41.17%
B = 18.23%

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

#D8DB61 (or 0xD8DB61) is known color: Goldenrod. HEX triplet: D8, DB and 61. RGB value is (216,219,97). Sum of RGB (Red+Green+Blue) = 216+219+97=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB61 is #27249E. Grayscale: #CCCCCC. Windows color (decimal): -2565279 or 6413272. OLE color: 6413272.

HSL color Cylindrical-coordinate representation of color #D8DB61: hue angle of 61.48º 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 #D8DB61 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 219 97 -
CMYK 0.01 0 0.56 0.14
HSL 61.48º 0.63% 0.62% -
HSV(B) 61.48º 0.56% 0.86% -
XYZ 55.81 66.13 21.13 -
YUV 204.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 216 219 97 0.01 0 0.56 0.14 61.48 0.63 0.62
Hex D8 DB 61 1 0 38 E 3D 3F 3E
Octal 330 333 141 1 0 70 16 75 77 76
Binary 11011000 11011011 1100001 1 0 111000 1110 111101 111111 111110

Color Harmonies of #D8DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB61

Black with #D8DB61

Text Example


Text Example

White with #D8DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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