Html Css Color HEX #DDCC6E Wild Rice

📋 copy color: '#DDCC6E'

red 221 ◦ green 204 ◦ blue 110

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

Shades of Wild Rice #DDCC6E

Tints of Wild Rice #DDCC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 41.31%
G = 38.13%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDCC6E (or 0xDDCC6E) is known color: Wild Rice. HEX triplet: DD, CC and 6E. RGB value is (221,204,110). Sum of RGB (Red+Green+Blue) = 221+204+110=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC6E is #223391. Grayscale: #C6C6C6. Windows color (decimal): -2241426 or 7261405. OLE color: 7261405.

HSL color Cylindrical-coordinate representation of color #DDCC6E: hue angle of 50.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDCC6E is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 110 -
CMYK 0 0.08 0.50 0.13
HSL 50.81º 0.62% 0.65% -
HSV(B) 50.81º 0.5% 0.87% -
XYZ 54.23 59.68 23.41 -
YUV 198.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 221 204 110 0 0.08 0.50 0.13 50.81 0.62 0.65
Hex DD CC 6E 0 8 32 D 33 3E 41
Octal 335 314 156 0 10 62 15 63 76 101
Binary 11011101 11001100 1101110 0 1000 110010 1101 110011 111110 1000001

Color Harmonies of #DDCC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC6E

Black with #DDCC6E

Text Example


Text Example

White with #DDCC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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