Html Css Color HEX #DDD46D Wild Rice

📋 copy color: '#DDD46D'

red 221 ◦ green 212 ◦ blue 109

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

Shades of Wild Rice #DDD46D

Tints of Wild Rice #DDD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.11%

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

R = 40.77%
G = 39.11%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDD46D (or 0xDDD46D) is known color: Wild Rice. HEX triplet: DD, D4 and 6D. RGB value is (221,212,109). Sum of RGB (Red+Green+Blue) = 221+212+109=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD46D is #222B92. Grayscale: #CBCBCB. Windows color (decimal): -2239379 or 7197917. OLE color: 7197917.

HSL color Cylindrical-coordinate representation of color #DDD46D: hue angle of 55.18º 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 #DDD46D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 109 -
CMYK 0 0.04 0.51 0.13
HSL 55.18º 0.62% 0.65% -
HSV(B) 55.18º 0.51% 0.87% -
XYZ 56.12 63.56 23.78 -
YUV 202.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 221 212 109 0 0.04 0.51 0.13 55.18 0.62 0.65
Hex DD D4 6D 0 4 33 D 37 3E 41
Octal 335 324 155 0 4 63 15 67 76 101
Binary 11011101 11010100 1101101 0 100 110011 1101 110111 111110 1000001

Color Harmonies of #DDD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD46D

Black with #DDD46D

Text Example


Text Example

White with #DDD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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