Html Css Color HEX #DDCC6D Wild Rice

📋 copy color: '#DDCC6D'

red 221 ◦ green 204 ◦ blue 109

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

Shades of Wild Rice #DDCC6D

Tints of Wild Rice #DDCC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 41.39%
G = 38.2%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDCC6D (or 0xDDCC6D) is known color: Wild Rice. HEX triplet: DD, CC and 6D. RGB value is (221,204,109). Sum of RGB (Red+Green+Blue) = 221+204+109=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC6D is #223392. Grayscale: #C6C6C6. Windows color (decimal): -2241427 or 7195869. OLE color: 7195869.

HSL color Cylindrical-coordinate representation of color #DDCC6D: hue angle of 50.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDCC6D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 109 -
CMYK 0 0.08 0.51 0.13
HSL 50.89º 0.62% 0.65% -
HSV(B) 50.89º 0.51% 0.87% -
XYZ 54.17 59.66 23.13 -
YUV 198.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 221 204 109 0 0.08 0.51 0.13 50.89 0.62 0.65
Hex DD CC 6D 0 8 33 D 33 3E 41
Octal 335 314 155 0 10 63 15 63 76 101
Binary 11011101 11001100 1101101 0 1000 110011 1101 110011 111110 1000001

Color Harmonies of #DDCC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC6D

Black with #DDCC6D

Text Example


Text Example

White with #DDCC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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