Html Css Color HEX #DDD178 Wild Rice

📋 copy color: '#DDD178'

red 221 ◦ green 209 ◦ blue 120

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

Shades of Wild Rice #DDD178

Tints of Wild Rice #DDD178

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38%

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 40.18%
G = 38%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD178 (or 0xDDD178) is known color: Wild Rice. HEX triplet: DD, D1 and 78. RGB value is (221,209,120). Sum of RGB (Red+Green+Blue) = 221+209+120=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD178 is #222E87. Grayscale: #CACACA. Windows color (decimal): -2240136 or 7918045. OLE color: 7918045.

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

Color convert

RGB 221 209 120 -
CMYK 0 0.05 0.46 0.13
HSL 52.87º 0.6% 0.67% -
HSV(B) 52.87º 0.46% 0.87% -
XYZ 56.01 62.33 26.85 -
YUV 202.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 221 209 120 0 0.05 0.46 0.13 52.87 0.6 0.67
Hex DD D1 78 0 5 2E D 35 3C 43
Octal 335 321 170 0 5 56 15 65 74 103
Binary 11011101 11010001 1111000 0 101 101110 1101 110101 111100 1000011

Color Harmonies of #DDD178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD178

Black with #DDD178

Text Example


Text Example

White with #DDD178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD178; }

 p { color: rgb(221,209,120); }

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

background-color css

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

 a { background-color: rgb(221,209,120); }

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

border-color css

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

 span { border-color: rgb(221,209,120); }

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