Html Css Color HEX #DDCC6A Wild Rice

📋 copy color: '#DDCC6A'

red 221 ◦ green 204 ◦ blue 106

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

Shades of Wild Rice #DDCC6A

Tints of Wild Rice #DDCC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.96%

R = 41.62%
G = 38.42%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDCC6A (or 0xDDCC6A) is known color: Wild Rice. HEX triplet: DD, CC and 6A. RGB value is (221,204,106). Sum of RGB (Red+Green+Blue) = 221+204+106=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC6A is #223395. Grayscale: #C6C6C6. Windows color (decimal): -2241430 or 6999261. OLE color: 6999261.

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

Color convert

RGB 221 204 106 -
CMYK 0 0.08 0.52 0.13
HSL 51.13º 0.63% 0.64% -
HSV(B) 51.13º 0.52% 0.87% -
XYZ 54.01 59.6 22.29 -
YUV 197.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 221 204 106 0 0.08 0.52 0.13 51.13 0.63 0.64
Hex DD CC 6A 0 8 34 D 33 3F 40
Octal 335 314 152 0 10 64 15 63 77 100
Binary 11011101 11001100 1101010 0 1000 110100 1101 110011 111111 1000000

Color Harmonies of #DDCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC6A

Black with #DDCC6A

Text Example


Text Example

White with #DDCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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