Html Css Color HEX #DDD066 Wild Rice

📋 copy color: '#DDD066'

red 221 ◦ green 208 ◦ blue 102

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

Shades of Wild Rice #DDD066

Tints of Wild Rice #DDD066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 41.62%
G = 39.17%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDD066 (or 0xDDD066) is known color: Wild Rice. HEX triplet: DD, D0 and 66. RGB value is (221,208,102). Sum of RGB (Red+Green+Blue) = 221+208+102=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD066 is #222F99. Grayscale: #C8C8C8. Windows color (decimal): -2240410 or 6738141. OLE color: 6738141.

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

Color convert

RGB 221 208 102 -
CMYK 0 0.06 0.54 0.13
HSL 53.45º 0.64% 0.63% -
HSV(B) 53.45º 0.54% 0.87% -
XYZ 54.77 61.44 21.54 -
YUV 199.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 221 208 102 0 0.06 0.54 0.13 53.45 0.64 0.63
Hex DD D0 66 0 6 36 D 35 40 3F
Octal 335 320 146 0 6 66 15 65 100 77
Binary 11011101 11010000 1100110 0 110 110110 1101 110101 1000000 111111

Color Harmonies of #DDD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD066

Black with #DDD066

Text Example


Text Example

White with #DDD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD066; }

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

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

background-color css

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

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

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

border-color css

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

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

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