Html Css Color HEX #DFCC6F Wild Rice

📋 copy color: '#DFCC6F'

red 223 ◦ green 204 ◦ blue 111

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

Shades of Wild Rice #DFCC6F

Tints of Wild Rice #DFCC6F

RGB

 RED value IS 223 (87.5% from 255) = 41.45%

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

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

R = 41.45%
G = 37.92%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFCC6F (or 0xDFCC6F) is known color: Wild Rice. HEX triplet: DF, CC and 6F. RGB value is (223,204,111). Sum of RGB (Red+Green+Blue) = 223+204+111=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6F is #203390. Grayscale: #C7C7C7. Windows color (decimal): -2110353 or 7326943. OLE color: 7326943.

HSL color Cylindrical-coordinate representation of color #DFCC6F: hue angle of 49.82º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFCC6F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 111 -
CMYK 0 0.09 0.50 0.13
HSL 49.82º 0.64% 0.65% -
HSV(B) 49.82º 0.5% 0.87% -
XYZ 54.89 60.02 23.73 -
YUV 199.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 223 204 111 0 0.09 0.50 0.13 49.82 0.64 0.65
Hex DF CC 6F 0 9 32 D 32 40 41
Octal 337 314 157 0 11 62 15 62 100 101
Binary 11011111 11001100 1101111 0 1001 110010 1101 110010 1000000 1000001

Color Harmonies of #DFCC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC6F

Black with #DFCC6F

Text Example


Text Example

White with #DFCC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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