Html Css Color HEX #DDD676 Wild Rice

📋 copy color: '#DDD676'

red 221 ◦ green 214 ◦ blue 118

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

Shades of Wild Rice #DDD676

Tints of Wild Rice #DDD676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

 BLUE value IS 118 (46.48% from 255) = 21.34%

R = 39.96%
G = 38.7%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD676 (or 0xDDD676) is known color: Wild Rice. HEX triplet: DD, D6 and 76. RGB value is (221,214,118). Sum of RGB (Red+Green+Blue) = 221+214+118=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD676 is #222989. Grayscale: #CDCDCD. Windows color (decimal): -2238858 or 7788253. OLE color: 7788253.

HSL color Cylindrical-coordinate representation of color #DDD676: hue angle of 55.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDD676 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 118 -
CMYK 0 0.03 0.47 0.13
HSL 55.92º 0.6% 0.66% -
HSV(B) 55.92º 0.47% 0.87% -
XYZ 57.14 64.77 26.63 -
YUV 205.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 221 214 118 0 0.03 0.47 0.13 55.92 0.6 0.66
Hex DD D6 76 0 3 2F D 38 3C 42
Octal 335 326 166 0 3 57 15 70 74 102
Binary 11011101 11010110 1110110 0 11 101111 1101 111000 111100 1000010

Color Harmonies of #DDD676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD676

Black with #DDD676

Text Example


Text Example

White with #DDD676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD676; }

 p { color: rgb(221,214,118); }

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

background-color css

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

 a { background-color: rgb(221,214,118); }

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

border-color css

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

 span { border-color: rgb(221,214,118); }

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