Html Css Color HEX #D8DB75 Goldenrod

📋 copy color: '#D8DB75'

red 216 ◦ green 219 ◦ blue 117

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

Shades of Goldenrod #D8DB75

Tints of Goldenrod #D8DB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.2%

R = 39.13%
G = 39.67%
B = 21.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#D8DB75 (or 0xD8DB75) is known color: Goldenrod. HEX triplet: D8, DB and 75. RGB value is (216,219,117). Sum of RGB (Red+Green+Blue) = 216+219+117=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DB75 is #27248A. Grayscale: #CECECE. Windows color (decimal): -2565259 or 7723992. OLE color: 7723992.

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

Color convert

RGB 216 219 117 -
CMYK 0.01 0 0.47 0.14
HSL 61.76º 0.59% 0.66% -
HSV(B) 61.76º 0.47% 0.86% -
XYZ 56.86 66.55 26.68 -
YUV 206.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 216 219 117 0.01 0 0.47 0.14 61.76 0.59 0.66
Hex D8 DB 75 1 0 2F E 3E 3B 42
Octal 330 333 165 1 0 57 16 76 73 102
Binary 11011000 11011011 1110101 1 0 101111 1110 111110 111011 1000010

Color Harmonies of #D8DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DB75

Black with #D8DB75

Text Example


Text Example

White with #D8DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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