Html Css Color HEX #DFA85C Rob Roy

📋 copy color: '#DFA85C'

red 223 ◦ green 168 ◦ blue 92

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

Shades of Rob Roy #DFA85C

Tints of Rob Roy #DFA85C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.78%

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 46.17%
G = 34.78%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFA85C (or 0xDFA85C) is known color: Rob Roy. HEX triplet: DF, A8 and 5C. RGB value is (223,168,92). Sum of RGB (Red+Green+Blue) = 223+168+92=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA85C is #2057A3. Grayscale: #B0B0B0. Windows color (decimal): -2119588 or 6072543. OLE color: 6072543.

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

Color convert

RGB 223 168 92 -
CMYK 0 0.25 0.59 0.13
HSL 34.81º 0.67% 0.62% -
HSV(B) 34.81º 0.59% 0.87% -
XYZ 46.37 44.47 16.26 -
YUV 175.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 223 168 92 0 0.25 0.59 0.13 34.81 0.67 0.62
Hex DF A8 5C 0 19 3B D 23 43 3E
Octal 337 250 134 0 31 73 15 43 103 76
Binary 11011111 10101000 1011100 0 11001 111011 1101 100011 1000011 111110

Color Harmonies of #DFA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA85C

Black with #DFA85C

Text Example


Text Example

White with #DFA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA85C; }

 p { color: rgb(223,168,92); }

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

background-color css

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

 a { background-color: rgb(223,168,92); }

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

border-color css

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

 span { border-color: rgb(223,168,92); }

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