Html Css Color HEX #DDD174 Wild Rice

📋 copy color: '#DDD174'

red 221 ◦ green 209 ◦ blue 116

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

Shades of Wild Rice #DDD174

Tints of Wild Rice #DDD174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.25%

R = 40.48%
G = 38.28%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDD174 (or 0xDDD174) is known color: Wild Rice. HEX triplet: DD, D1 and 74. RGB value is (221,209,116). Sum of RGB (Red+Green+Blue) = 221+209+116=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD174 is #222E8B. Grayscale: #CACACA. Windows color (decimal): -2240140 or 7655901. OLE color: 7655901.

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

Color convert

RGB 221 209 116 -
CMYK 0 0.05 0.48 0.13
HSL 53.14º 0.61% 0.66% -
HSV(B) 53.14º 0.48% 0.87% -
XYZ 55.77 62.23 25.6 -
YUV 201.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 221 209 116 0 0.05 0.48 0.13 53.14 0.61 0.66
Hex DD D1 74 0 5 30 D 35 3D 42
Octal 335 321 164 0 5 60 15 65 75 102
Binary 11011101 11010001 1110100 0 101 110000 1101 110101 111101 1000010

Color Harmonies of #DDD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD174

Black with #DDD174

Text Example


Text Example

White with #DDD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD174; }

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

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

background-color css

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

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

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

border-color css

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

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

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