Html Css Color HEX #D8DD66 Goldenrod

📋 copy color: '#D8DD66'

red 216 ◦ green 221 ◦ blue 102

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

Shades of Goldenrod #D8DD66

Tints of Goldenrod #D8DD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 102 (40.23% from 255) = 18.92%

R = 40.07%
G = 41%
B = 18.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#D8DD66 (or 0xD8DD66) is known color: Goldenrod. HEX triplet: D8, DD and 66. RGB value is (216,221,102). Sum of RGB (Red+Green+Blue) = 216+221+102=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD66 is #272299. Grayscale: #CECECE. Windows color (decimal): -2564762 or 6741464. OLE color: 6741464.

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

Color convert

RGB 216 221 102 -
CMYK 0.02 0 0.54 0.13
HSL 62.52º 0.64% 0.63% -
HSV(B) 62.52º 0.54% 0.87% -
XYZ 56.57 67.27 22.57 -
YUV 205.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 216 221 102 0.02 0 0.54 0.13 62.52 0.64 0.63
Hex D8 DD 66 2 0 36 D 3F 40 3F
Octal 330 335 146 2 0 66 15 77 100 77
Binary 11011000 11011101 1100110 10 0 110110 1101 111111 1000000 111111

Color Harmonies of #D8DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD66

Black with #D8DD66

Text Example


Text Example

White with #D8DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD66; }

 p { color: rgb(216,221,102); }

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

background-color css

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

 a { background-color: rgb(216,221,102); }

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

border-color css

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

 span { border-color: rgb(216,221,102); }

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