Html Css Color HEX #DDCC76 Wild Rice

📋 copy color: '#DDCC76'

red 221 ◦ green 204 ◦ blue 118

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

Shades of Wild Rice #DDCC76

Tints of Wild Rice #DDCC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

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

R = 40.7%
G = 37.57%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDCC76 (or 0xDDCC76) is known color: Wild Rice. HEX triplet: DD, CC and 76. RGB value is (221,204,118). Sum of RGB (Red+Green+Blue) = 221+204+118=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC76 is #223389. Grayscale: #C7C7C7. Windows color (decimal): -2241418 or 7785693. OLE color: 7785693.

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

Color convert

RGB 221 204 118 -
CMYK 0 0.08 0.47 0.13
HSL 50.1º 0.6% 0.66% -
HSV(B) 50.1º 0.47% 0.87% -
XYZ 54.68 59.87 25.81 -
YUV 199.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 221 204 118 0 0.08 0.47 0.13 50.1 0.6 0.66
Hex DD CC 76 0 8 2F D 32 3C 42
Octal 335 314 166 0 10 57 15 62 74 102
Binary 11011101 11001100 1110110 0 1000 101111 1101 110010 111100 1000010

Color Harmonies of #DDCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC76

Black with #DDCC76

Text Example


Text Example

White with #DDCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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