Html Css Color HEX #DFCC6E Wild Rice

📋 copy color: '#DFCC6E'

red 223 ◦ green 204 ◦ blue 110

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

Shades of Wild Rice #DFCC6E

Tints of Wild Rice #DFCC6E

RGB

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

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

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

R = 41.53%
G = 37.99%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFCC6E (or 0xDFCC6E) is known color: Wild Rice. HEX triplet: DF, CC and 6E. RGB value is (223,204,110). Sum of RGB (Red+Green+Blue) = 223+204+110=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 110 (43.36% from 255 or 20.48% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC6E is #203391. Grayscale: #C7C7C7. Windows color (decimal): -2110354 or 7261407. OLE color: 7261407.

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

Color convert

RGB 223 204 110 -
CMYK 0 0.09 0.51 0.13
HSL 49.91º 0.64% 0.65% -
HSV(B) 49.91º 0.51% 0.87% -
XYZ 54.84 60 23.44 -
YUV 198.97 77.79 145.14 -
System Red Green Blue C M Y K H S L
Decimal 223 204 110 0 0.09 0.51 0.13 49.91 0.64 0.65
Hex DF CC 6E 0 9 33 D 32 40 41
Octal 337 314 156 0 11 63 15 62 100 101
Binary 11011111 11001100 1101110 0 1001 110011 1101 110010 1000000 1000001

Color Harmonies of #DFCC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC6E

Black with #DFCC6E

Text Example


Text Example

White with #DFCC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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