Html Css Color HEX #DDD47B Wild Rice

📋 copy color: '#DDD47B'

red 221 ◦ green 212 ◦ blue 123

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

Shades of Wild Rice #DDD47B

Tints of Wild Rice #DDD47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.12%

R = 39.75%
G = 38.13%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDD47B (or 0xDDD47B) is known color: Wild Rice. HEX triplet: DD, D4 and 7B. RGB value is (221,212,123). Sum of RGB (Red+Green+Blue) = 221+212+123=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD47B is #222B84. Grayscale: #CCCCCC. Windows color (decimal): -2239365 or 8115421. OLE color: 8115421.

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

Color convert

RGB 221 212 123 -
CMYK 0 0.04 0.44 0.13
HSL 54.49º 0.59% 0.67% -
HSV(B) 54.49º 0.44% 0.87% -
XYZ 56.94 63.89 28.07 -
YUV 204.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 221 212 123 0 0.04 0.44 0.13 54.49 0.59 0.67
Hex DD D4 7B 0 4 2C D 36 3B 43
Octal 335 324 173 0 4 54 15 66 73 103
Binary 11011101 11010100 1111011 0 100 101100 1101 110110 111011 1000011

Color Harmonies of #DDD47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD47B

Black with #DDD47B

Text Example


Text Example

White with #DDD47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD47B; }

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

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

background-color css

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

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

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

border-color css

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

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

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