Html Css Color HEX #DDD866 Goldenrod

📋 copy color: '#DDD866'

red 221 ◦ green 216 ◦ blue 102

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

Shades of Goldenrod #DDD866

Tints of Goldenrod #DDD866

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #DDD866: hue angle of 57.48º 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 #DDD866 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 102 -
CMYK 0 0.02 0.54 0.13
HSL 57.48º 0.64% 0.63% -
HSV(B) 57.48º 0.54% 0.87% -
XYZ 56.77 65.44 22.21 -
YUV 204.5 70.16 139.77 -
System Red Green Blue C M Y K H S L
Decimal 221 216 102 0 0.02 0.54 0.13 57.48 0.64 0.63
Hex DD D8 66 0 2 36 D 39 40 3F
Octal 335 330 146 0 2 66 15 71 100 77
Binary 11011101 11011000 1100110 0 10 110110 1101 111001 1000000 111111

Color Harmonies of #DDD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD866

Black with #DDD866

Text Example


Text Example

White with #DDD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD866; }

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

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

background-color css

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

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

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

border-color css

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

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

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