Html Css Color HEX #DFD67C Wild Rice

📋 copy color: '#DFD67C'

red 223 ◦ green 214 ◦ blue 124

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

Shades of Wild Rice #DFD67C

Tints of Wild Rice #DFD67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 124 (48.83% from 255) = 22.1%

R = 39.75%
G = 38.15%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFD67C (or 0xDFD67C) is known color: Wild Rice. HEX triplet: DF, D6 and 7C. RGB value is (223,214,124). Sum of RGB (Red+Green+Blue) = 223+214+124=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD67C is #202983. Grayscale: #CECECE. Windows color (decimal): -2107780 or 8181471. OLE color: 8181471.

HSL color Cylindrical-coordinate representation of color #DFD67C: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFD67C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 124 -
CMYK 0 0.04 0.44 0.13
HSL 54.55º 0.61% 0.68% -
HSV(B) 54.55º 0.44% 0.87% -
XYZ 58.12 65.24 28.6 -
YUV 206.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 223 214 124 0 0.04 0.44 0.13 54.55 0.61 0.68
Hex DF D6 7C 0 4 2C D 37 3D 44
Octal 337 326 174 0 4 54 15 67 75 104
Binary 11011111 11010110 1111100 0 100 101100 1101 110111 111101 1000100

Color Harmonies of #DFD67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD67C

Black with #DFD67C

Text Example


Text Example

White with #DFD67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD67C; }

 p { color: rgb(223,214,124); }

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

background-color css

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

 a { background-color: rgb(223,214,124); }

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

border-color css

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

 span { border-color: rgb(223,214,124); }

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