Html Css Color HEX #DFCD6F Wild Rice

📋 copy color: '#DFCD6F'

red 223 ◦ green 205 ◦ blue 111

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

Shades of Wild Rice #DFCD6F

Tints of Wild Rice #DFCD6F

RGB

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

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

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

R = 41.37%
G = 38.03%
B = 20.59%

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

#DFCD6F (or 0xDFCD6F) is known color: Wild Rice. HEX triplet: DF, CD and 6F. RGB value is (223,205,111). Sum of RGB (Red+Green+Blue) = 223+205+111=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD6F is #203290. Grayscale: #C8C8C8. Windows color (decimal): -2110097 or 7327199. OLE color: 7327199.

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

Color convert

RGB 223 205 111 -
CMYK 0 0.08 0.50 0.13
HSL 50.36º 0.64% 0.65% -
HSV(B) 50.36º 0.5% 0.87% -
XYZ 55.13 60.5 23.81 -
YUV 199.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 223 205 111 0 0.08 0.50 0.13 50.36 0.64 0.65
Hex DF CD 6F 0 8 32 D 32 40 41
Octal 337 315 157 0 10 62 15 62 100 101
Binary 11011111 11001101 1101111 0 1000 110010 1101 110010 1000000 1000001

Color Harmonies of #DFCD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD6F

Black with #DFCD6F

Text Example


Text Example

White with #DFCD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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