Html Css Color HEX #DFCE6D Wild Rice

📋 copy color: '#DFCE6D'

red 223 ◦ green 206 ◦ blue 109

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

Shades of Wild Rice #DFCE6D

Tints of Wild Rice #DFCE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 41.45%
G = 38.29%
B = 20.26%

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

#DFCE6D (or 0xDFCE6D) is known color: Wild Rice. HEX triplet: DF, CE and 6D. RGB value is (223,206,109). Sum of RGB (Red+Green+Blue) = 223+206+109=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE6D is #203192. Grayscale: #C8C8C8. Windows color (decimal): -2109843 or 7196383. OLE color: 7196383.

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

Color convert

RGB 223 206 109 -
CMYK 0 0.08 0.51 0.13
HSL 51.05º 0.64% 0.65% -
HSV(B) 51.05º 0.51% 0.87% -
XYZ 55.26 60.93 23.32 -
YUV 200.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 223 206 109 0 0.08 0.51 0.13 51.05 0.64 0.65
Hex DF CE 6D 0 8 33 D 33 40 41
Octal 337 316 155 0 10 63 15 63 100 101
Binary 11011111 11001110 1101101 0 1000 110011 1101 110011 1000000 1000001

Color Harmonies of #DFCE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE6D

Black with #DFCE6D

Text Example


Text Example

White with #DFCE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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