Html Css Color HEX #DDD36F Wild Rice

📋 copy color: '#DDD36F'

red 221 ◦ green 211 ◦ blue 111

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

Shades of Wild Rice #DDD36F

Tints of Wild Rice #DDD36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.44%

R = 40.7%
G = 38.86%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD36F (or 0xDDD36F) is known color: Wild Rice. HEX triplet: DD, D3 and 6F. RGB value is (221,211,111). Sum of RGB (Red+Green+Blue) = 221+211+111=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD36F is #222C90. Grayscale: #CBCBCB. Windows color (decimal): -2239633 or 7328733. OLE color: 7328733.

HSL color Cylindrical-coordinate representation of color #DDD36F: hue angle of 54.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD36F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 211 111 -
CMYK 0 0.05 0.50 0.13
HSL 54.55º 0.62% 0.65% -
HSV(B) 54.55º 0.5% 0.87% -
XYZ 55.98 63.11 24.27 -
YUV 202.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 221 211 111 0 0.05 0.50 0.13 54.55 0.62 0.65
Hex DD D3 6F 0 5 32 D 37 3E 41
Octal 335 323 157 0 5 62 15 67 76 101
Binary 11011101 11010011 1101111 0 101 110010 1101 110111 111110 1000001

Color Harmonies of #DDD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD36F

Black with #DDD36F

Text Example


Text Example

White with #DDD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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