Html Css Color HEX #DFCE6C Wild Rice

📋 copy color: '#DFCE6C'

red 223 ◦ green 206 ◦ blue 108

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

Shades of Wild Rice #DFCE6C

Tints of Wild Rice #DFCE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.11%

R = 41.53%
G = 38.36%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFCE6C (or 0xDFCE6C) is known color: Wild Rice. HEX triplet: DF, CE and 6C. RGB value is (223,206,108). Sum of RGB (Red+Green+Blue) = 223+206+108=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE6C is #203193. Grayscale: #C8C8C8. Windows color (decimal): -2109844 or 7130847. OLE color: 7130847.

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

Color convert

RGB 223 206 108 -
CMYK 0 0.08 0.52 0.13
HSL 51.13º 0.64% 0.65% -
HSV(B) 51.13º 0.52% 0.87% -
XYZ 55.21 60.91 23.03 -
YUV 199.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 223 206 108 0 0.08 0.52 0.13 51.13 0.64 0.65
Hex DF CE 6C 0 8 34 D 33 40 41
Octal 337 316 154 0 10 64 15 63 100 101
Binary 11011111 11001110 1101100 0 1000 110100 1101 110011 1000000 1000001

Color Harmonies of #DFCE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE6C

Black with #DFCE6C

Text Example


Text Example

White with #DFCE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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