Html Css Color HEX #DFAD4A Rob Roy

📋 copy color: '#DFAD4A'

red 223 ◦ green 173 ◦ blue 74

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

Shades of Rob Roy #DFAD4A

Tints of Rob Roy #DFAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.81%

 BLUE value IS 74 (29.3% from 255) = 15.74%

R = 47.45%
G = 36.81%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFAD4A (or 0xDFAD4A) is known color: Rob Roy. HEX triplet: DF, AD and 4A. RGB value is (223,173,74). Sum of RGB (Red+Green+Blue) = 223+173+74=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAD4A is #2052B5. Grayscale: #B1B1B1. Windows color (decimal): -2118326 or 4894175. OLE color: 4894175.

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

Color convert

RGB 223 173 74 -
CMYK 0 0.22 0.67 0.13
HSL 39.87º 0.7% 0.58% -
HSV(B) 39.87º 0.67% 0.87% -
XYZ 46.61 46.07 12.91 -
YUV 176.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 223 173 74 0 0.22 0.67 0.13 39.87 0.7 0.58
Hex DF AD 4A 0 16 43 D 28 46 3A
Octal 337 255 112 0 26 103 15 50 106 72
Binary 11011111 10101101 1001010 0 10110 1000011 1101 101000 1000110 111010

Color Harmonies of #DFAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD4A

Black with #DFAD4A

Text Example


Text Example

White with #DFAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD4A; }

 p { color: rgb(223,173,74); }

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

background-color css

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

 a { background-color: rgb(223,173,74); }

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

border-color css

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

 span { border-color: rgb(223,173,74); }

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