Html Css Color HEX #DFAF57 Rob Roy

📋 copy color: '#DFAF57'

red 223 ◦ green 175 ◦ blue 87

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

Shades of Rob Roy #DFAF57

Tints of Rob Roy #DFAF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.94%

R = 45.98%
G = 36.08%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFAF57 (or 0xDFAF57) is known color: Rob Roy. HEX triplet: DF, AF and 57. RGB value is (223,175,87). Sum of RGB (Red+Green+Blue) = 223+175+87=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF57 is #2050A8. Grayscale: #B3B3B3. Windows color (decimal): -2117801 or 5746655. OLE color: 5746655.

HSL color Cylindrical-coordinate representation of color #DFAF57: hue angle of 38.82º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFAF57 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 87 -
CMYK 0 0.22 0.61 0.13
HSL 38.82º 0.68% 0.61% -
HSV(B) 38.82º 0.61% 0.87% -
XYZ 47.48 47.04 15.59 -
YUV 179.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 223 175 87 0 0.22 0.61 0.13 38.82 0.68 0.61
Hex DF AF 57 0 16 3D D 27 44 3D
Octal 337 257 127 0 26 75 15 47 104 75
Binary 11011111 10101111 1010111 0 10110 111101 1101 100111 1000100 111101

Color Harmonies of #DFAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF57

Black with #DFAF57

Text Example


Text Example

White with #DFAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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