Html Css Color HEX #DDCD75 Wild Rice

📋 copy color: '#DDCD75'

red 221 ◦ green 205 ◦ blue 117

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

Shades of Wild Rice #DDCD75

Tints of Wild Rice #DDCD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.55%

R = 40.7%
G = 37.75%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDCD75 (or 0xDDCD75) is known color: Wild Rice. HEX triplet: DD, CD and 75. RGB value is (221,205,117). Sum of RGB (Red+Green+Blue) = 221+205+117=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD75 is #22328A. Grayscale: #C8C8C8. Windows color (decimal): -2241163 or 7720413. OLE color: 7720413.

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

Color convert

RGB 221 205 117 -
CMYK 0 0.07 0.47 0.13
HSL 50.77º 0.6% 0.66% -
HSV(B) 50.77º 0.47% 0.87% -
XYZ 54.86 60.32 25.58 -
YUV 199.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 221 205 117 0 0.07 0.47 0.13 50.77 0.6 0.66
Hex DD CD 75 0 7 2F D 33 3C 42
Octal 335 315 165 0 7 57 15 63 74 102
Binary 11011101 11001101 1110101 0 111 101111 1101 110011 111100 1000010

Color Harmonies of #DDCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD75

Black with #DDCD75

Text Example


Text Example

White with #DDCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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