Html Css Color HEX #DFAD5D Rob Roy

📋 copy color: '#DFAD5D'

red 223 ◦ green 173 ◦ blue 93

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

Shades of Rob Roy #DFAD5D

Tints of Rob Roy #DFAD5D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 45.6%
G = 35.38%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFAD5D (or 0xDFAD5D) is known color: Rob Roy. HEX triplet: DF, AD and 5D. RGB value is (223,173,93). Sum of RGB (Red+Green+Blue) = 223+173+93=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD5D is #2052A2. Grayscale: #B3B3B3. Windows color (decimal): -2118307 or 6139359. OLE color: 6139359.

HSL color Cylindrical-coordinate representation of color #DFAD5D: hue angle of 36.92º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFAD5D is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 173 93 -
CMYK 0 0.22 0.58 0.13
HSL 36.92º 0.67% 0.62% -
HSV(B) 36.92º 0.58% 0.87% -
XYZ 47.35 46.37 16.81 -
YUV 178.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 223 173 93 0 0.22 0.58 0.13 36.92 0.67 0.62
Hex DF AD 5D 0 16 3A D 25 43 3E
Octal 337 255 135 0 26 72 15 45 103 76
Binary 11011111 10101101 1011101 0 10110 111010 1101 100101 1000011 111110

Color Harmonies of #DFAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD5D

Black with #DFAD5D

Text Example


Text Example

White with #DFAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD5D; }

 p { color: rgb(223,173,93); }

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

background-color css

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

 a { background-color: rgb(223,173,93); }

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

border-color css

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

 span { border-color: rgb(223,173,93); }

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