Html Css Color HEX #DFAD4D Rob Roy

📋 copy color: '#DFAD4D'

red 223 ◦ green 173 ◦ blue 77

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

Shades of Rob Roy #DFAD4D

Tints of Rob Roy #DFAD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.28%

R = 47.15%
G = 36.58%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFAD4D (or 0xDFAD4D) is known color: Rob Roy. HEX triplet: DF, AD and 4D. RGB value is (223,173,77). Sum of RGB (Red+Green+Blue) = 223+173+77=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD4D is #2052B2. Grayscale: #B1B1B1. Windows color (decimal): -2118323 or 5090783. OLE color: 5090783.

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

Color convert

RGB 223 173 77 -
CMYK 0 0.22 0.65 0.13
HSL 39.45º 0.7% 0.59% -
HSV(B) 39.45º 0.65% 0.87% -
XYZ 46.71 46.11 13.46 -
YUV 177.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 223 173 77 0 0.22 0.65 0.13 39.45 0.7 0.59
Hex DF AD 4D 0 16 41 D 27 46 3B
Octal 337 255 115 0 26 101 15 47 106 73
Binary 11011111 10101101 1001101 0 10110 1000001 1101 100111 1000110 111011

Color Harmonies of #DFAD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD4D

Black with #DFAD4D

Text Example


Text Example

White with #DFAD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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