Html Css Color HEX #DFCE6E Wild Rice

📋 copy color: '#DFCE6E'

red 223 ◦ green 206 ◦ blue 110

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

Shades of Wild Rice #DFCE6E

Tints of Wild Rice #DFCE6E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

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

R = 41.37%
G = 38.22%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFCE6E (or 0xDFCE6E) is known color: Wild Rice. HEX triplet: DF, CE and 6E. RGB value is (223,206,110). Sum of RGB (Red+Green+Blue) = 223+206+110=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE6E is #203191. Grayscale: #C8C8C8. Windows color (decimal): -2109842 or 7261919. OLE color: 7261919.

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

Color convert

RGB 223 206 110 -
CMYK 0 0.08 0.51 0.13
HSL 50.97º 0.64% 0.65% -
HSV(B) 50.97º 0.51% 0.87% -
XYZ 55.32 60.96 23.6 -
YUV 200.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 223 206 110 0 0.08 0.51 0.13 50.97 0.64 0.65
Hex DF CE 6E 0 8 33 D 33 40 41
Octal 337 316 156 0 10 63 15 63 100 101
Binary 11011111 11001110 1101110 0 1000 110011 1101 110011 1000000 1000001

Color Harmonies of #DFCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE6E

Black with #DFCE6E

Text Example


Text Example

White with #DFCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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