Html Css Color HEX #DDCE6E Wild Rice

📋 copy color: '#DDCE6E'

red 221 ◦ green 206 ◦ blue 110

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

Shades of Wild Rice #DDCE6E

Tints of Wild Rice #DDCE6E

RGB

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

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

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

R = 41.15%
G = 38.36%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDCE6E (or 0xDDCE6E) is known color: Wild Rice. HEX triplet: DD, CE and 6E. RGB value is (221,206,110). Sum of RGB (Red+Green+Blue) = 221+206+110=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE6E is #223191. Grayscale: #C7C7C7. Windows color (decimal): -2240914 or 7261917. OLE color: 7261917.

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

Color convert

RGB 221 206 110 -
CMYK 0 0.07 0.50 0.13
HSL 51.89º 0.62% 0.65% -
HSV(B) 51.89º 0.5% 0.87% -
XYZ 54.7 60.64 23.57 -
YUV 199.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 221 206 110 0 0.07 0.50 0.13 51.89 0.62 0.65
Hex DD CE 6E 0 7 32 D 34 3E 41
Octal 335 316 156 0 7 62 15 64 76 101
Binary 11011101 11001110 1101110 0 111 110010 1101 110100 111110 1000001

Color Harmonies of #DDCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE6E

Black with #DDCE6E

Text Example


Text Example

White with #DDCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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