Html Css Color HEX #DFA95E Rob Roy

📋 copy color: '#DFA95E'

red 223 ◦ green 169 ◦ blue 94

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

Shades of Rob Roy #DFA95E

Tints of Rob Roy #DFA95E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.77%

 BLUE value IS 94 (37.11% from 255) = 19.34%

R = 45.88%
G = 34.77%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA95E (or 0xDFA95E) is known color: Rob Roy. HEX triplet: DF, A9 and 5E. RGB value is (223,169,94). Sum of RGB (Red+Green+Blue) = 223+169+94=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA95E is #2056A1. Grayscale: #B0B0B0. Windows color (decimal): -2119330 or 6203871. OLE color: 6203871.

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

Color convert

RGB 223 169 94 -
CMYK 0 0.24 0.58 0.13
HSL 34.88º 0.67% 0.62% -
HSV(B) 34.88º 0.58% 0.87% -
XYZ 46.64 44.87 16.79 -
YUV 176.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 223 169 94 0 0.24 0.58 0.13 34.88 0.67 0.62
Hex DF A9 5E 0 18 3A D 23 43 3E
Octal 337 251 136 0 30 72 15 43 103 76
Binary 11011111 10101001 1011110 0 11000 111010 1101 100011 1000011 111110

Color Harmonies of #DFA95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA95E

Black with #DFA95E

Text Example


Text Example

White with #DFA95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA95E; }

 p { color: rgb(223,169,94); }

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

background-color css

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

 a { background-color: rgb(223,169,94); }

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

border-color css

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

 span { border-color: rgb(223,169,94); }

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