Html Css Color HEX #DDD37C Wild Rice

📋 copy color: '#DDD37C'

red 221 ◦ green 211 ◦ blue 124

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

Shades of Wild Rice #DDD37C

Tints of Wild Rice #DDD37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.95%

 BLUE value IS 124 (48.83% from 255) = 22.3%

R = 39.75%
G = 37.95%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDD37C (or 0xDDD37C) is known color: Wild Rice. HEX triplet: DD, D3 and 7C. RGB value is (221,211,124). Sum of RGB (Red+Green+Blue) = 221+211+124=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD37C is #222C83. Grayscale: #CCCCCC. Windows color (decimal): -2239620 or 8180701. OLE color: 8180701.

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

Color convert

RGB 221 211 124 -
CMYK 0 0.05 0.44 0.13
HSL 53.81º 0.59% 0.68% -
HSV(B) 53.81º 0.44% 0.87% -
XYZ 56.75 63.42 28.32 -
YUV 204.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 221 211 124 0 0.05 0.44 0.13 53.81 0.59 0.68
Hex DD D3 7C 0 5 2C D 36 3B 44
Octal 335 323 174 0 5 54 15 66 73 104
Binary 11011101 11010011 1111100 0 101 101100 1101 110110 111011 1000100

Color Harmonies of #DDD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD37C

Black with #DDD37C

Text Example


Text Example

White with #DDD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD37C; }

 p { color: rgb(221,211,124); }

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

background-color css

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

 a { background-color: rgb(221,211,124); }

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

border-color css

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

 span { border-color: rgb(221,211,124); }

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