Html Css Color HEX #DDCD73 Wild Rice

📋 copy color: '#DDCD73'

red 221 ◦ green 205 ◦ blue 115

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

Shades of Wild Rice #DDCD73

Tints of Wild Rice #DDCD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 40.85%
G = 37.89%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDCD73 (or 0xDDCD73) is known color: Wild Rice. HEX triplet: DD, CD and 73. RGB value is (221,205,115). Sum of RGB (Red+Green+Blue) = 221+205+115=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD73 is #22328C. Grayscale: #C7C7C7. Windows color (decimal): -2241165 or 7589341. OLE color: 7589341.

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

Color convert

RGB 221 205 115 -
CMYK 0 0.07 0.48 0.13
HSL 50.94º 0.61% 0.66% -
HSV(B) 50.94º 0.48% 0.87% -
XYZ 54.74 60.27 24.97 -
YUV 199.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 221 205 115 0 0.07 0.48 0.13 50.94 0.61 0.66
Hex DD CD 73 0 7 30 D 33 3D 42
Octal 335 315 163 0 7 60 15 63 75 102
Binary 11011101 11001101 1110011 0 111 110000 1101 110011 111101 1000010

Color Harmonies of #DDCD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD73

Black with #DDCD73

Text Example


Text Example

White with #DDCD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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