Html Css Color HEX #DDCD70 Wild Rice

📋 copy color: '#DDCD70'

red 221 ◦ green 205 ◦ blue 112

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

Shades of Wild Rice #DDCD70

Tints of Wild Rice #DDCD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 41.08%
G = 38.1%
B = 20.82%

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

#DDCD70 (or 0xDDCD70) is known color: Wild Rice. HEX triplet: DD, CD and 70. RGB value is (221,205,112). Sum of RGB (Red+Green+Blue) = 221+205+112=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD70 is #22328F. Grayscale: #C7C7C7. Windows color (decimal): -2241168 or 7392733. OLE color: 7392733.

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

Color convert

RGB 221 205 112 -
CMYK 0 0.07 0.49 0.13
HSL 51.19º 0.62% 0.65% -
HSV(B) 51.19º 0.49% 0.87% -
XYZ 54.57 60.2 24.07 -
YUV 199.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 221 205 112 0 0.07 0.49 0.13 51.19 0.62 0.65
Hex DD CD 70 0 7 31 D 33 3E 41
Octal 335 315 160 0 7 61 15 63 76 101
Binary 11011101 11001101 1110000 0 111 110001 1101 110011 111110 1000001

Color Harmonies of #DDCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD70

Black with #DDCD70

Text Example


Text Example

White with #DDCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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