Html Css Color HEX #DCCC6F Wild Rice

📋 copy color: '#DCCC6F'

red 220 ◦ green 204 ◦ blue 111

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

Shades of Wild Rice #DCCC6F

Tints of Wild Rice #DCCC6F

RGB

 RED value IS 220 (86.33% from 255) = 41.12%

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

 BLUE value IS 111 (43.75% from 255) = 20.75%

R = 41.12%
G = 38.13%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCCC6F (or 0xDCCC6F) is known color: Wild Rice. HEX triplet: DC, CC and 6F. RGB value is (220,204,111). Sum of RGB (Red+Green+Blue) = 220+204+111=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC6F is #233390. Grayscale: #C6C6C6. Windows color (decimal): -2306961 or 7326940. OLE color: 7326940.

HSL color Cylindrical-coordinate representation of color #DCCC6F: hue angle of 51.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCCC6F is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 111 -
CMYK 0 0.07 0.50 0.14
HSL 51.19º 0.61% 0.65% -
HSV(B) 51.19º 0.5% 0.86% -
XYZ 53.98 59.55 23.69 -
YUV 198.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 220 204 111 0 0.07 0.50 0.14 51.19 0.61 0.65
Hex DC CC 6F 0 7 32 E 33 3D 41
Octal 334 314 157 0 7 62 16 63 75 101
Binary 11011100 11001100 1101111 0 111 110010 1110 110011 111101 1000001

Color Harmonies of #DCCC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC6F

Black with #DCCC6F

Text Example


Text Example

White with #DCCC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC6F; }

 p { color: rgb(220,204,111); }

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

background-color css

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

 a { background-color: rgb(220,204,111); }

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

border-color css

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

 span { border-color: rgb(220,204,111); }

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