Html Css Color HEX #DDD078 Wild Rice

📋 copy color: '#DDD078'

red 221 ◦ green 208 ◦ blue 120

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

Shades of Wild Rice #DDD078

Tints of Wild Rice #DDD078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.86%

R = 40.26%
G = 37.89%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD078 (or 0xDDD078) is known color: Wild Rice. HEX triplet: DD, D0 and 78. RGB value is (221,208,120). Sum of RGB (Red+Green+Blue) = 221+208+120=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD078 is #222F87. Grayscale: #CACACA. Windows color (decimal): -2240392 or 7917789. OLE color: 7917789.

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

Color convert

RGB 221 208 120 -
CMYK 0 0.06 0.46 0.13
HSL 52.28º 0.6% 0.67% -
HSV(B) 52.28º 0.46% 0.87% -
XYZ 55.76 61.84 26.77 -
YUV 201.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 221 208 120 0 0.06 0.46 0.13 52.28 0.6 0.67
Hex DD D0 78 0 6 2E D 34 3C 43
Octal 335 320 170 0 6 56 15 64 74 103
Binary 11011101 11010000 1111000 0 110 101110 1101 110100 111100 1000011

Color Harmonies of #DDD078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD078

Black with #DDD078

Text Example


Text Example

White with #DDD078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD078; }

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

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

background-color css

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

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

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

border-color css

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

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

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