Html Css Color HEX #DDD074 Wild Rice

📋 copy color: '#DDD074'

red 221 ◦ green 208 ◦ blue 116

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

Shades of Wild Rice #DDD074

Tints of Wild Rice #DDD074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.28%

R = 40.55%
G = 38.17%
B = 21.28%

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

#DDD074 (or 0xDDD074) is known color: Wild Rice. HEX triplet: DD, D0 and 74. RGB value is (221,208,116). Sum of RGB (Red+Green+Blue) = 221+208+116=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD074 is #222F8B. Grayscale: #C9C9C9. Windows color (decimal): -2240396 or 7655645. OLE color: 7655645.

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

Color convert

RGB 221 208 116 -
CMYK 0 0.06 0.48 0.13
HSL 52.57º 0.61% 0.66% -
HSV(B) 52.57º 0.48% 0.87% -
XYZ 55.53 61.74 25.51 -
YUV 201.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 221 208 116 0 0.06 0.48 0.13 52.57 0.61 0.66
Hex DD D0 74 0 6 30 D 35 3D 42
Octal 335 320 164 0 6 60 15 65 75 102
Binary 11011101 11010000 1110100 0 110 110000 1101 110101 111101 1000010

Color Harmonies of #DDD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD074

Black with #DDD074

Text Example


Text Example

White with #DDD074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD074; }

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

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

background-color css

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

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

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

border-color css

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

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

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