Html Css Color HEX #DDD072 Wild Rice

📋 copy color: '#DDD072'

red 221 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #DDD072

Tints of Wild Rice #DDD072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

 BLUE value IS 114 (44.92% from 255) = 20.99%

R = 40.7%
G = 38.31%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDD072 (or 0xDDD072) is known color: Wild Rice. HEX triplet: DD, D0 and 72. RGB value is (221,208,114). Sum of RGB (Red+Green+Blue) = 221+208+114=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD072 is #222F8D. Grayscale: #C9C9C9. Windows color (decimal): -2240398 or 7524573. OLE color: 7524573.

HSL color Cylindrical-coordinate representation of color #DDD072: hue angle of 52.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD072 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 114 -
CMYK 0 0.06 0.48 0.13
HSL 52.71º 0.61% 0.66% -
HSV(B) 52.71º 0.48% 0.87% -
XYZ 55.41 61.7 24.91 -
YUV 201.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 221 208 114 0 0.06 0.48 0.13 52.71 0.61 0.66
Hex DD D0 72 0 6 30 D 35 3D 42
Octal 335 320 162 0 6 60 15 65 75 102
Binary 11011101 11010000 1110010 0 110 110000 1101 110101 111101 1000010

Color Harmonies of #DDD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD072

Black with #DDD072

Text Example


Text Example

White with #DDD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD072; }

 p { color: rgb(221,208,114); }

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

background-color css

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

 a { background-color: rgb(221,208,114); }

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

border-color css

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

 span { border-color: rgb(221,208,114); }

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