Html Css Color HEX #DDD276 Wild Rice

📋 copy color: '#DDD276'

red 221 ◦ green 210 ◦ blue 118

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

Shades of Wild Rice #DDD276

Tints of Wild Rice #DDD276

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

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

R = 40.26%
G = 38.25%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD276 (or 0xDDD276) is known color: Wild Rice. HEX triplet: DD, D2 and 76. RGB value is (221,210,118). Sum of RGB (Red+Green+Blue) = 221+210+118=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD276 is #222D89. Grayscale: #CBCBCB. Windows color (decimal): -2239882 or 7787229. OLE color: 7787229.

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

Color convert

RGB 221 210 118 -
CMYK 0 0.05 0.47 0.13
HSL 53.59º 0.6% 0.66% -
HSV(B) 53.59º 0.47% 0.87% -
XYZ 56.14 62.77 26.3 -
YUV 202.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 221 210 118 0 0.05 0.47 0.13 53.59 0.6 0.66
Hex DD D2 76 0 5 2F D 36 3C 42
Octal 335 322 166 0 5 57 15 66 74 102
Binary 11011101 11010010 1110110 0 101 101111 1101 110110 111100 1000010

Color Harmonies of #DDD276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD276

Black with #DDD276

Text Example


Text Example

White with #DDD276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD276; }

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

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

background-color css

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

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

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

border-color css

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

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

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