Html Css Color HEX #DFD46A Wild Rice

📋 copy color: '#DFD46A'

red 223 ◦ green 212 ◦ blue 106

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

Shades of Wild Rice #DFD46A

Tints of Wild Rice #DFD46A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.19%

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

R = 41.22%
G = 39.19%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFD46A (or 0xDFD46A) is known color: Wild Rice. HEX triplet: DF, D4 and 6A. RGB value is (223,212,106). Sum of RGB (Red+Green+Blue) = 223+212+106=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD46A is #202B95. Grayscale: #CBCBCB. Windows color (decimal): -2108310 or 7001311. OLE color: 7001311.

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

Color convert

RGB 223 212 106 -
CMYK 0 0.05 0.52 0.13
HSL 54.36º 0.65% 0.65% -
HSV(B) 54.36º 0.52% 0.87% -
XYZ 56.58 63.82 22.97 -
YUV 203.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 223 212 106 0 0.05 0.52 0.13 54.36 0.65 0.65
Hex DF D4 6A 0 5 34 D 36 41 41
Octal 337 324 152 0 5 64 15 66 101 101
Binary 11011111 11010100 1101010 0 101 110100 1101 110110 1000001 1000001

Color Harmonies of #DFD46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD46A

Black with #DFD46A

Text Example


Text Example

White with #DFD46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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