Html Css Color HEX #DDCC6B Wild Rice

📋 copy color: '#DDCC6B'

red 221 ◦ green 204 ◦ blue 107

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

Shades of Wild Rice #DDCC6B

Tints of Wild Rice #DDCC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.11%

R = 41.54%
G = 38.35%
B = 20.11%

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

#DDCC6B (or 0xDDCC6B) is known color: Wild Rice. HEX triplet: DD, CC and 6B. RGB value is (221,204,107). Sum of RGB (Red+Green+Blue) = 221+204+107=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC6B is #223394. Grayscale: #C6C6C6. Windows color (decimal): -2241429 or 7064797. OLE color: 7064797.

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

Color convert

RGB 221 204 107 -
CMYK 0 0.08 0.52 0.13
HSL 51.05º 0.63% 0.64% -
HSV(B) 51.05º 0.52% 0.87% -
XYZ 54.07 59.62 22.57 -
YUV 198.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 221 204 107 0 0.08 0.52 0.13 51.05 0.63 0.64
Hex DD CC 6B 0 8 34 D 33 3F 40
Octal 335 314 153 0 10 64 15 63 77 100
Binary 11011101 11001100 1101011 0 1000 110100 1101 110011 111111 1000000

Color Harmonies of #DDCC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC6B

Black with #DDCC6B

Text Example


Text Example

White with #DDCC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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