Html Css Color HEX #DFD274 Wild Rice

📋 copy color: '#DFD274'

red 223 ◦ green 210 ◦ blue 116

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

Shades of Wild Rice #DFD274

Tints of Wild Rice #DFD274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.13%

R = 40.62%
G = 38.25%
B = 21.13%

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

#DFD274 (or 0xDFD274) is known color: Wild Rice. HEX triplet: DF, D2 and 74. RGB value is (223,210,116). Sum of RGB (Red+Green+Blue) = 223+210+116=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD274 is #202D8B. Grayscale: #CBCBCB. Windows color (decimal): -2108812 or 7656159. OLE color: 7656159.

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

Color convert

RGB 223 210 116 -
CMYK 0 0.06 0.48 0.13
HSL 52.71º 0.63% 0.66% -
HSV(B) 52.71º 0.48% 0.87% -
XYZ 56.63 63.04 25.71 -
YUV 203.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 223 210 116 0 0.06 0.48 0.13 52.71 0.63 0.66
Hex DF D2 74 0 6 30 D 35 3F 42
Octal 337 322 164 0 6 60 15 65 77 102
Binary 11011111 11010010 1110100 0 110 110000 1101 110101 111111 1000010

Color Harmonies of #DFD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD274

Black with #DFD274

Text Example


Text Example

White with #DFD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD274; }

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

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

background-color css

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

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

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

border-color css

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

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

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