Html Css Color HEX #DDCE6F Wild Rice

📋 copy color: '#DDCE6F'

red 221 ◦ green 206 ◦ blue 111

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

Shades of Wild Rice #DDCE6F

Tints of Wild Rice #DDCE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.63%

R = 41.08%
G = 38.29%
B = 20.63%

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

#DDCE6F (or 0xDDCE6F) is known color: Wild Rice. HEX triplet: DD, CE and 6F. RGB value is (221,206,111). Sum of RGB (Red+Green+Blue) = 221+206+111=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE6F is #223190. Grayscale: #C8C8C8. Windows color (decimal): -2240913 or 7327453. OLE color: 7327453.

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

Color convert

RGB 221 206 111 -
CMYK 0 0.07 0.50 0.13
HSL 51.82º 0.62% 0.65% -
HSV(B) 51.82º 0.5% 0.87% -
XYZ 54.76 60.66 23.86 -
YUV 199.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 221 206 111 0 0.07 0.50 0.13 51.82 0.62 0.65
Hex DD CE 6F 0 7 32 D 34 3E 41
Octal 335 316 157 0 7 62 15 64 76 101
Binary 11011101 11001110 1101111 0 111 110010 1101 110100 111110 1000001

Color Harmonies of #DDCE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE6F

Black with #DDCE6F

Text Example


Text Example

White with #DDCE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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