Html Css Color HEX #DDD37D Wild Rice

📋 copy color: '#DDD37D'

red 221 ◦ green 211 ◦ blue 125

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

Shades of Wild Rice #DDD37D

Tints of Wild Rice #DDD37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.44%

R = 39.68%
G = 37.88%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDD37D (or 0xDDD37D) is known color: Wild Rice. HEX triplet: DD, D3 and 7D. RGB value is (221,211,125). Sum of RGB (Red+Green+Blue) = 221+211+125=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD37D is #222C82. Grayscale: #CCCCCC. Windows color (decimal): -2239619 or 8246237. OLE color: 8246237.

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

Color convert

RGB 221 211 125 -
CMYK 0 0.05 0.43 0.13
HSL 53.75º 0.59% 0.68% -
HSV(B) 53.75º 0.43% 0.87% -
XYZ 56.81 63.44 28.65 -
YUV 204.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 221 211 125 0 0.05 0.43 0.13 53.75 0.59 0.68
Hex DD D3 7D 0 5 2B D 36 3B 44
Octal 335 323 175 0 5 53 15 66 73 104
Binary 11011101 11010011 1111101 0 101 101011 1101 110110 111011 1000100

Color Harmonies of #DDD37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD37D

Black with #DDD37D

Text Example


Text Example

White with #DDD37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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