Html Css Color HEX #DDCE76 Wild Rice

📋 copy color: '#DDCE76'

red 221 ◦ green 206 ◦ blue 118

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

Shades of Wild Rice #DDCE76

Tints of Wild Rice #DDCE76

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.8%

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 40.55%
G = 37.8%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDCE76 (or 0xDDCE76) is known color: Wild Rice. HEX triplet: DD, CE and 76. RGB value is (221,206,118). Sum of RGB (Red+Green+Blue) = 221+206+118=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE76 is #223189. Grayscale: #C8C8C8. Windows color (decimal): -2240906 or 7786205. OLE color: 7786205.

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

Color convert

RGB 221 206 118 -
CMYK 0 0.07 0.47 0.13
HSL 51.26º 0.6% 0.66% -
HSV(B) 51.26º 0.47% 0.87% -
XYZ 55.16 60.82 25.97 -
YUV 200.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 221 206 118 0 0.07 0.47 0.13 51.26 0.6 0.66
Hex DD CE 76 0 7 2F D 33 3C 42
Octal 335 316 166 0 7 57 15 63 74 102
Binary 11011101 11001110 1110110 0 111 101111 1101 110011 111100 1000010

Color Harmonies of #DDCE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE76

Black with #DDCE76

Text Example


Text Example

White with #DDCE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE76; }

 p { color: rgb(221,206,118); }

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

background-color css

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

 a { background-color: rgb(221,206,118); }

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

border-color css

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

 span { border-color: rgb(221,206,118); }

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