Html Css Color HEX #DFD56A Wild Rice

📋 copy color: '#DFD56A'

red 223 ◦ green 213 ◦ blue 106

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

Shades of Wild Rice #DFD56A

Tints of Wild Rice #DFD56A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.3%

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

R = 41.14%
G = 39.3%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFD56A (or 0xDFD56A) is known color: Wild Rice. HEX triplet: DF, D5 and 6A. RGB value is (223,213,106). Sum of RGB (Red+Green+Blue) = 223+213+106=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD56A is #202A95. Grayscale: #CCCCCC. Windows color (decimal): -2108054 or 7001567. OLE color: 7001567.

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

Color convert

RGB 223 213 106 -
CMYK 0 0.04 0.52 0.13
HSL 54.87º 0.65% 0.65% -
HSV(B) 54.87º 0.52% 0.87% -
XYZ 56.83 64.32 23.06 -
YUV 203.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 223 213 106 0 0.04 0.52 0.13 54.87 0.65 0.65
Hex DF D5 6A 0 4 34 D 37 41 41
Octal 337 325 152 0 4 64 15 67 101 101
Binary 11011111 11010101 1101010 0 100 110100 1101 110111 1000001 1000001

Color Harmonies of #DFD56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD56A

Black with #DFD56A

Text Example


Text Example

White with #DFD56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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