Html Css Color HEX #DFAC5A Rob Roy

📋 copy color: '#DFAC5A'

red 223 ◦ green 172 ◦ blue 90

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

Shades of Rob Roy #DFAC5A

Tints of Rob Roy #DFAC5A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 45.98%
G = 35.46%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFAC5A (or 0xDFAC5A) is known color: Rob Roy. HEX triplet: DF, AC and 5A. RGB value is (223,172,90). Sum of RGB (Red+Green+Blue) = 223+172+90=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC5A is #2053A5. Grayscale: #B2B2B2. Windows color (decimal): -2118566 or 5942495. OLE color: 5942495.

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

Color convert

RGB 223 172 90 -
CMYK 0 0.23 0.60 0.13
HSL 36.99º 0.68% 0.61% -
HSV(B) 36.99º 0.6% 0.87% -
XYZ 47.03 45.93 16.06 -
YUV 177.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 223 172 90 0 0.23 0.60 0.13 36.99 0.68 0.61
Hex DF AC 5A 0 17 3C D 25 44 3D
Octal 337 254 132 0 27 74 15 45 104 75
Binary 11011111 10101100 1011010 0 10111 111100 1101 100101 1000100 111101

Color Harmonies of #DFAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC5A

Black with #DFAC5A

Text Example


Text Example

White with #DFAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC5A; }

 p { color: rgb(223,172,90); }

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

background-color css

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

 a { background-color: rgb(223,172,90); }

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

border-color css

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

 span { border-color: rgb(223,172,90); }

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