Html Css Color HEX #DFCD6E Wild Rice

📋 copy color: '#DFCD6E'

red 223 ◦ green 205 ◦ blue 110

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

Shades of Wild Rice #DFCD6E

Tints of Wild Rice #DFCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

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

R = 41.45%
G = 38.1%
B = 20.45%

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

#DFCD6E (or 0xDFCD6E) is known color: Wild Rice. HEX triplet: DF, CD and 6E. RGB value is (223,205,110). Sum of RGB (Red+Green+Blue) = 223+205+110=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD6E is #203291. Grayscale: #C7C7C7. Windows color (decimal): -2110098 or 7261663. OLE color: 7261663.

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

Color convert

RGB 223 205 110 -
CMYK 0 0.08 0.51 0.13
HSL 50.44º 0.64% 0.65% -
HSV(B) 50.44º 0.51% 0.87% -
XYZ 55.08 60.48 23.52 -
YUV 199.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 223 205 110 0 0.08 0.51 0.13 50.44 0.64 0.65
Hex DF CD 6E 0 8 33 D 32 40 41
Octal 337 315 156 0 10 63 15 62 100 101
Binary 11011111 11001101 1101110 0 1000 110011 1101 110010 1000000 1000001

Color Harmonies of #DFCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD6E

Black with #DFCD6E

Text Example


Text Example

White with #DFCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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