Html Css Color HEX #DDCC75 Wild Rice

📋 copy color: '#DDCC75'

red 221 ◦ green 204 ◦ blue 117

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

Shades of Wild Rice #DDCC75

Tints of Wild Rice #DDCC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

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

R = 40.77%
G = 37.64%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDCC75 (or 0xDDCC75) is known color: Wild Rice. HEX triplet: DD, CC and 75. RGB value is (221,204,117). Sum of RGB (Red+Green+Blue) = 221+204+117=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC75 is #22338A. Grayscale: #C7C7C7. Windows color (decimal): -2241419 or 7720157. OLE color: 7720157.

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

Color convert

RGB 221 204 117 -
CMYK 0 0.08 0.47 0.13
HSL 50.19º 0.6% 0.66% -
HSV(B) 50.19º 0.47% 0.87% -
XYZ 54.62 59.84 25.5 -
YUV 199.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 221 204 117 0 0.08 0.47 0.13 50.19 0.6 0.66
Hex DD CC 75 0 8 2F D 32 3C 42
Octal 335 314 165 0 10 57 15 62 74 102
Binary 11011101 11001100 1110101 0 1000 101111 1101 110010 111100 1000010

Color Harmonies of #DDCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC75

Black with #DDCC75

Text Example


Text Example

White with #DDCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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