Html Css Color HEX #DDD36D Wild Rice

📋 copy color: '#DDD36D'

red 221 ◦ green 211 ◦ blue 109

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

Shades of Wild Rice #DDD36D

Tints of Wild Rice #DDD36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.15%

R = 40.85%
G = 39%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDD36D (or 0xDDD36D) is known color: Wild Rice. HEX triplet: DD, D3 and 6D. RGB value is (221,211,109). Sum of RGB (Red+Green+Blue) = 221+211+109=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD36D is #222C92. Grayscale: #CACACA. Windows color (decimal): -2239635 or 7197661. OLE color: 7197661.

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

Color convert

RGB 221 211 109 -
CMYK 0 0.05 0.51 0.13
HSL 54.64º 0.62% 0.65% -
HSV(B) 54.64º 0.51% 0.87% -
XYZ 55.87 63.06 23.7 -
YUV 202.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 221 211 109 0 0.05 0.51 0.13 54.64 0.62 0.65
Hex DD D3 6D 0 5 33 D 37 3E 41
Octal 335 323 155 0 5 63 15 67 76 101
Binary 11011101 11010011 1101101 0 101 110011 1101 110111 111110 1000001

Color Harmonies of #DDD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD36D

Black with #DDD36D

Text Example


Text Example

White with #DDD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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