Html Css Color HEX #DCCC6E Wild Rice

📋 copy color: '#DCCC6E'

red 220 ◦ green 204 ◦ blue 110

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

Shades of Wild Rice #DCCC6E

Tints of Wild Rice #DCCC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.6%

R = 41.2%
G = 38.2%
B = 20.6%

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

#DCCC6E (or 0xDCCC6E) is known color: Wild Rice. HEX triplet: DC, CC and 6E. RGB value is (220,204,110). Sum of RGB (Red+Green+Blue) = 220+204+110=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC6E is #233391. Grayscale: #C6C6C6. Windows color (decimal): -2306962 or 7261404. OLE color: 7261404.

HSL color Cylindrical-coordinate representation of color #DCCC6E: hue angle of 51.27º 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 #DCCC6E is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 110 -
CMYK 0 0.07 0.50 0.14
HSL 51.27º 0.61% 0.65% -
HSV(B) 51.27º 0.5% 0.86% -
XYZ 53.92 59.53 23.4 -
YUV 198.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 220 204 110 0 0.07 0.50 0.14 51.27 0.61 0.65
Hex DC CC 6E 0 7 32 E 33 3D 41
Octal 334 314 156 0 7 62 16 63 75 101
Binary 11011100 11001100 1101110 0 111 110010 1110 110011 111101 1000001

Color Harmonies of #DCCC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC6E

Black with #DCCC6E

Text Example


Text Example

White with #DCCC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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