Html Css Color HEX #DDD766 Goldenrod

📋 copy color: '#DDD766'

red 221 ◦ green 215 ◦ blue 102

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

Shades of Goldenrod #DDD766

Tints of Goldenrod #DDD766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.96%

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

R = 41.08%
G = 39.96%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDD766 (or 0xDDD766) is known color: Goldenrod. HEX triplet: DD, D7 and 66. RGB value is (221,215,102). Sum of RGB (Red+Green+Blue) = 221+215+102=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD766 is #222899. Grayscale: #CCCCCC. Windows color (decimal): -2238618 or 6739933. OLE color: 6739933.

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

Color convert

RGB 221 215 102 -
CMYK 0 0.03 0.54 0.13
HSL 56.97º 0.64% 0.63% -
HSV(B) 56.97º 0.54% 0.87% -
XYZ 56.52 64.93 22.12 -
YUV 203.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 221 215 102 0 0.03 0.54 0.13 56.97 0.64 0.63
Hex DD D7 66 0 3 36 D 39 40 3F
Octal 335 327 146 0 3 66 15 71 100 77
Binary 11011101 11010111 1100110 0 11 110110 1101 111001 1000000 111111

Color Harmonies of #DDD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD766

Black with #DDD766

Text Example


Text Example

White with #DDD766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD766; }

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

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

background-color css

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

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

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

border-color css

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

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

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