Html Css Color HEX #DFAF53 Rob Roy

📋 copy color: '#DFAF53'

red 223 ◦ green 175 ◦ blue 83

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

Shades of Rob Roy #DFAF53

Tints of Rob Roy #DFAF53

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

 BLUE value IS 83 (32.81% from 255) = 17.26%

R = 46.36%
G = 36.38%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFAF53 (or 0xDFAF53) is known color: Rob Roy. HEX triplet: DF, AF and 53. RGB value is (223,175,83). Sum of RGB (Red+Green+Blue) = 223+175+83=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF53 is #2050AC. Grayscale: #B3B3B3. Windows color (decimal): -2117805 or 5484511. OLE color: 5484511.

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

Color convert

RGB 223 175 83 -
CMYK 0 0.22 0.63 0.13
HSL 39.43º 0.69% 0.6% -
HSV(B) 39.43º 0.63% 0.87% -
XYZ 47.32 46.97 14.76 -
YUV 178.86 73.9 159.48 -
System Red Green Blue C M Y K H S L
Decimal 223 175 83 0 0.22 0.63 0.13 39.43 0.69 0.6
Hex DF AF 53 0 16 3F D 27 45 3C
Octal 337 257 123 0 26 77 15 47 105 74
Binary 11011111 10101111 1010011 0 10110 111111 1101 100111 1000101 111100

Color Harmonies of #DFAF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF53

Black with #DFAF53

Text Example


Text Example

White with #DFAF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF53; }

 p { color: rgb(223,175,83); }

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

background-color css

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

 a { background-color: rgb(223,175,83); }

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

border-color css

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

 span { border-color: rgb(223,175,83); }

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