Html Css Color HEX #DDCD6F Wild Rice

📋 copy color: '#DDCD6F'

red 221 ◦ green 205 ◦ blue 111

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

Shades of Wild Rice #DDCD6F

Tints of Wild Rice #DDCD6F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

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

R = 41.15%
G = 38.18%
B = 20.67%

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

#DDCD6F (or 0xDDCD6F) is known color: Wild Rice. HEX triplet: DD, CD and 6F. RGB value is (221,205,111). Sum of RGB (Red+Green+Blue) = 221+205+111=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD6F is #223290. Grayscale: #C7C7C7. Windows color (decimal): -2241169 or 7327197. OLE color: 7327197.

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

Color convert

RGB 221 205 111 -
CMYK 0 0.07 0.50 0.13
HSL 51.27º 0.62% 0.65% -
HSV(B) 51.27º 0.5% 0.87% -
XYZ 54.52 60.18 23.78 -
YUV 199.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 221 205 111 0 0.07 0.50 0.13 51.27 0.62 0.65
Hex DD CD 6F 0 7 32 D 33 3E 41
Octal 335 315 157 0 7 62 15 63 76 101
Binary 11011101 11001101 1101111 0 111 110010 1101 110011 111110 1000001

Color Harmonies of #DDCD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD6F

Black with #DDCD6F

Text Example


Text Example

White with #DDCD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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