Html Css Color HEX #DDCD71 Wild Rice

📋 copy color: '#DDCD71'

red 221 ◦ green 205 ◦ blue 113

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

Shades of Wild Rice #DDCD71

Tints of Wild Rice #DDCD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.96%

R = 41%
G = 38.03%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDCD71 (or 0xDDCD71) is known color: Wild Rice. HEX triplet: DD, CD and 71. RGB value is (221,205,113). Sum of RGB (Red+Green+Blue) = 221+205+113=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD71 is #22328E. Grayscale: #C7C7C7. Windows color (decimal): -2241167 or 7458269. OLE color: 7458269.

HSL color Cylindrical-coordinate representation of color #DDCD71: hue angle of 51.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDCD71 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 113 -
CMYK 0 0.07 0.49 0.13
HSL 51.11º 0.61% 0.65% -
HSV(B) 51.11º 0.49% 0.87% -
XYZ 54.63 60.23 24.37 -
YUV 199.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 221 205 113 0 0.07 0.49 0.13 51.11 0.61 0.65
Hex DD CD 71 0 7 31 D 33 3D 41
Octal 335 315 161 0 7 61 15 63 75 101
Binary 11011101 11001101 1110001 0 111 110001 1101 110011 111101 1000001

Color Harmonies of #DDCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD71

Black with #DDCD71

Text Example


Text Example

White with #DDCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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