Html Css Color HEX #DFA852 Rob Roy

📋 copy color: '#DFA852'

red 223 ◦ green 168 ◦ blue 82

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

Shades of Rob Roy #DFA852

Tints of Rob Roy #DFA852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.34%

R = 47.15%
G = 35.52%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFA852 (or 0xDFA852) is known color: Rob Roy. HEX triplet: DF, A8 and 52. RGB value is (223,168,82). Sum of RGB (Red+Green+Blue) = 223+168+82=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA852 is #2057AD. Grayscale: #AFAFAF. Windows color (decimal): -2119598 or 5417183. OLE color: 5417183.

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

Color convert

RGB 223 168 82 -
CMYK 0 0.25 0.63 0.13
HSL 36.6º 0.69% 0.6% -
HSV(B) 36.6º 0.63% 0.87% -
XYZ 45.96 44.3 14.11 -
YUV 174.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 223 168 82 0 0.25 0.63 0.13 36.6 0.69 0.6
Hex DF A8 52 0 19 3F D 25 45 3C
Octal 337 250 122 0 31 77 15 45 105 74
Binary 11011111 10101000 1010010 0 11001 111111 1101 100101 1000101 111100

Color Harmonies of #DFA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA852

Black with #DFA852

Text Example


Text Example

White with #DFA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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