Html Css Color HEX #DDCC72 Wild Rice

📋 copy color: '#DDCC72'

red 221 ◦ green 204 ◦ blue 114

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

Shades of Wild Rice #DDCC72

Tints of Wild Rice #DDCC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 41%
G = 37.85%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDCC72 (or 0xDDCC72) is known color: Wild Rice. HEX triplet: DD, CC and 72. RGB value is (221,204,114). Sum of RGB (Red+Green+Blue) = 221+204+114=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC72 is #22338D. Grayscale: #C7C7C7. Windows color (decimal): -2241422 or 7523549. OLE color: 7523549.

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

Color convert

RGB 221 204 114 -
CMYK 0 0.08 0.48 0.13
HSL 50.47º 0.61% 0.66% -
HSV(B) 50.47º 0.48% 0.87% -
XYZ 54.45 59.77 24.59 -
YUV 198.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 221 204 114 0 0.08 0.48 0.13 50.47 0.61 0.66
Hex DD CC 72 0 8 30 D 32 3D 42
Octal 335 314 162 0 10 60 15 62 75 102
Binary 11011101 11001100 1110010 0 1000 110000 1101 110010 111101 1000010

Color Harmonies of #DDCC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC72

Black with #DDCC72

Text Example


Text Example

White with #DDCC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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