Html Css Color HEX #DDD470 Wild Rice

📋 copy color: '#DDD470'

red 221 ◦ green 212 ◦ blue 112

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

Shades of Wild Rice #DDD470

Tints of Wild Rice #DDD470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 40.55%
G = 38.9%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDD470 (or 0xDDD470) is known color: Wild Rice. HEX triplet: DD, D4 and 70. RGB value is (221,212,112). Sum of RGB (Red+Green+Blue) = 221+212+112=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD470 is #222B8F. Grayscale: #CBCBCB. Windows color (decimal): -2239376 or 7394525. OLE color: 7394525.

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

Color convert

RGB 221 212 112 -
CMYK 0 0.04 0.49 0.13
HSL 55.05º 0.62% 0.65% -
HSV(B) 55.05º 0.49% 0.87% -
XYZ 56.29 63.63 24.64 -
YUV 203.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 221 212 112 0 0.04 0.49 0.13 55.05 0.62 0.65
Hex DD D4 70 0 4 31 D 37 3E 41
Octal 335 324 160 0 4 61 15 67 76 101
Binary 11011101 11010100 1110000 0 100 110001 1101 110111 111110 1000001

Color Harmonies of #DDD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD470

Black with #DDD470

Text Example


Text Example

White with #DDD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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