Html Css Color HEX #DFCE6F Wild Rice

📋 copy color: '#DFCE6F'

red 223 ◦ green 206 ◦ blue 111

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

Shades of Wild Rice #DFCE6F

Tints of Wild Rice #DFCE6F

RGB

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

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

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

R = 41.3%
G = 38.15%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFCE6F (or 0xDFCE6F) is known color: Wild Rice. HEX triplet: DF, CE and 6F. RGB value is (223,206,111). Sum of RGB (Red+Green+Blue) = 223+206+111=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE6F is #203190. Grayscale: #C8C8C8. Windows color (decimal): -2109841 or 7327455. OLE color: 7327455.

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

Color convert

RGB 223 206 111 -
CMYK 0 0.08 0.50 0.13
HSL 50.89º 0.64% 0.65% -
HSV(B) 50.89º 0.5% 0.87% -
XYZ 55.37 60.98 23.89 -
YUV 200.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 223 206 111 0 0.08 0.50 0.13 50.89 0.64 0.65
Hex DF CE 6F 0 8 32 D 33 40 41
Octal 337 316 157 0 10 62 15 63 100 101
Binary 11011111 11001110 1101111 0 1000 110010 1101 110011 1000000 1000001

Color Harmonies of #DFCE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE6F

Black with #DFCE6F

Text Example


Text Example

White with #DFCE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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