Html Css Color HEX #DFD265 Wild Rice

📋 copy color: '#DFD265'

red 223 ◦ green 210 ◦ blue 101

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

Shades of Wild Rice #DFD265

Tints of Wild Rice #DFD265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.91%

R = 41.76%
G = 39.33%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFD265 (or 0xDFD265) is known color: Wild Rice. HEX triplet: DF, D2 and 65. RGB value is (223,210,101). Sum of RGB (Red+Green+Blue) = 223+210+101=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD265 is #202D9A. Grayscale: #C9C9C9. Windows color (decimal): -2108827 or 6673119. OLE color: 6673119.

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

Color convert

RGB 223 210 101 -
CMYK 0 0.06 0.55 0.13
HSL 53.61º 0.66% 0.64% -
HSV(B) 53.61º 0.55% 0.87% -
XYZ 55.83 62.72 21.48 -
YUV 201.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 223 210 101 0 0.06 0.55 0.13 53.61 0.66 0.64
Hex DF D2 65 0 6 37 D 36 42 40
Octal 337 322 145 0 6 67 15 66 102 100
Binary 11011111 11010010 1100101 0 110 110111 1101 110110 1000010 1000000

Color Harmonies of #DFD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD265

Black with #DFD265

Text Example


Text Example

White with #DFD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD265; }

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

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

background-color css

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

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

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

border-color css

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

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

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