Html Css Color HEX #DDCD6E Wild Rice

📋 copy color: '#DDCD6E'

red 221 ◦ green 205 ◦ blue 110

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

Shades of Wild Rice #DDCD6E

Tints of Wild Rice #DDCD6E

RGB

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

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

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

R = 41.23%
G = 38.25%
B = 20.52%

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

#DDCD6E (or 0xDDCD6E) is known color: Wild Rice. HEX triplet: DD, CD and 6E. RGB value is (221,205,110). Sum of RGB (Red+Green+Blue) = 221+205+110=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD6E is #223291. Grayscale: #C7C7C7. Windows color (decimal): -2241170 or 7261661. OLE color: 7261661.

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

Color convert

RGB 221 205 110 -
CMYK 0 0.07 0.50 0.13
HSL 51.35º 0.62% 0.65% -
HSV(B) 51.35º 0.5% 0.87% -
XYZ 54.46 60.16 23.49 -
YUV 198.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 221 205 110 0 0.07 0.50 0.13 51.35 0.62 0.65
Hex DD CD 6E 0 7 32 D 33 3E 41
Octal 335 315 156 0 7 62 15 63 76 101
Binary 11011101 11001101 1101110 0 111 110010 1101 110011 111110 1000001

Color Harmonies of #DDCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD6E

Black with #DDCD6E

Text Example


Text Example

White with #DDCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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