Html Css Color HEX #DFA95D Rob Roy

📋 copy color: '#DFA95D'

red 223 ◦ green 169 ◦ blue 93

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

Shades of Rob Roy #DFA95D

Tints of Rob Roy #DFA95D

RGB

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

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

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

R = 45.98%
G = 34.85%
B = 19.18%

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

#DFA95D (or 0xDFA95D) is known color: Rob Roy. HEX triplet: DF, A9 and 5D. RGB value is (223,169,93). Sum of RGB (Red+Green+Blue) = 223+169+93=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA95D is #2056A2. Grayscale: #B0B0B0. Windows color (decimal): -2119331 or 6138335. OLE color: 6138335.

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

Color convert

RGB 223 169 93 -
CMYK 0 0.24 0.58 0.13
HSL 35.08º 0.67% 0.62% -
HSV(B) 35.08º 0.58% 0.87% -
XYZ 46.6 44.85 16.56 -
YUV 176.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 223 169 93 0 0.24 0.58 0.13 35.08 0.67 0.62
Hex DF A9 5D 0 18 3A D 23 43 3E
Octal 337 251 135 0 30 72 15 43 103 76
Binary 11011111 10101001 1011101 0 11000 111010 1101 100011 1000011 111110

Color Harmonies of #DFA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA95D

Black with #DFA95D

Text Example


Text Example

White with #DFA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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