Html Css Color HEX #DFCE6A Wild Rice

📋 copy color: '#DFCE6A'

red 223 ◦ green 206 ◦ blue 106

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

Shades of Wild Rice #DFCE6A

Tints of Wild Rice #DFCE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 41.68%
G = 38.5%
B = 19.81%

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

#DFCE6A (or 0xDFCE6A) is known color: Wild Rice. HEX triplet: DF, CE and 6A. RGB value is (223,206,106). Sum of RGB (Red+Green+Blue) = 223+206+106=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCE6A is #203195. Grayscale: #C8C8C8. Windows color (decimal): -2109846 or 6999775. OLE color: 6999775.

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

Color convert

RGB 223 206 106 -
CMYK 0 0.08 0.52 0.13
HSL 51.28º 0.65% 0.65% -
HSV(B) 51.28º 0.52% 0.87% -
XYZ 55.1 60.87 22.48 -
YUV 199.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 223 206 106 0 0.08 0.52 0.13 51.28 0.65 0.65
Hex DF CE 6A 0 8 34 D 33 41 41
Octal 337 316 152 0 10 64 15 63 101 101
Binary 11011111 11001110 1101010 0 1000 110100 1101 110011 1000001 1000001

Color Harmonies of #DFCE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCE6A

Black with #DFCE6A

Text Example


Text Example

White with #DFCE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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