Html Css Color HEX #DDD366 Goldenrod

📋 copy color: '#DDD366'

red 221 ◦ green 211 ◦ blue 102

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

Shades of Goldenrod #DDD366

Tints of Goldenrod #DDD366

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.51%

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

R = 41.39%
G = 39.51%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDD366 (or 0xDDD366) is known color: Goldenrod. HEX triplet: DD, D3 and 66. RGB value is (221,211,102). Sum of RGB (Red+Green+Blue) = 221+211+102=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD366 is #222C99. Grayscale: #CACACA. Windows color (decimal): -2239642 or 6738909. OLE color: 6738909.

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

Color convert

RGB 221 211 102 -
CMYK 0 0.05 0.54 0.13
HSL 54.96º 0.64% 0.63% -
HSV(B) 54.96º 0.54% 0.87% -
XYZ 55.51 62.92 21.79 -
YUV 201.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 221 211 102 0 0.05 0.54 0.13 54.96 0.64 0.63
Hex DD D3 66 0 5 36 D 37 40 3F
Octal 335 323 146 0 5 66 15 67 100 77
Binary 11011101 11010011 1100110 0 101 110110 1101 110111 1000000 111111

Color Harmonies of #DDD366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD366

Black with #DDD366

Text Example


Text Example

White with #DDD366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD366; }

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

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

background-color css

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

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

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

border-color css

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

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

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