Html Css Color HEX #DFD273 Wild Rice

📋 copy color: '#DFD273'

red 223 ◦ green 210 ◦ blue 115

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

Shades of Wild Rice #DFD273

Tints of Wild Rice #DFD273

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.32%

 BLUE value IS 115 (45.31% from 255) = 20.99%

R = 40.69%
G = 38.32%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFD273 (or 0xDFD273) is known color: Wild Rice. HEX triplet: DF, D2 and 73. RGB value is (223,210,115). Sum of RGB (Red+Green+Blue) = 223+210+115=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD273 is #202D8C. Grayscale: #CBCBCB. Windows color (decimal): -2108813 or 7590623. OLE color: 7590623.

HSL color Cylindrical-coordinate representation of color #DFD273: hue angle of 52.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFD273 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 210 115 -
CMYK 0 0.06 0.48 0.13
HSL 52.78º 0.63% 0.66% -
HSV(B) 52.78º 0.48% 0.87% -
XYZ 56.57 63.02 25.4 -
YUV 203.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 223 210 115 0 0.06 0.48 0.13 52.78 0.63 0.66
Hex DF D2 73 0 6 30 D 35 3F 42
Octal 337 322 163 0 6 60 15 65 77 102
Binary 11011111 11010010 1110011 0 110 110000 1101 110101 111111 1000010

Color Harmonies of #DFD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD273

Black with #DFD273

Text Example


Text Example

White with #DFD273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD273; }

 p { color: rgb(223,210,115); }

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

background-color css

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

 a { background-color: rgb(223,210,115); }

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

border-color css

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

 span { border-color: rgb(223,210,115); }

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