Html Css Color HEX #DFAD50 Rob Roy

📋 copy color: '#DFAD50'

red 223 ◦ green 173 ◦ blue 80

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

Shades of Rob Roy #DFAD50

Tints of Rob Roy #DFAD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.81%

R = 46.85%
G = 36.34%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFAD50 (or 0xDFAD50) is known color: Rob Roy. HEX triplet: DF, AD and 50. RGB value is (223,173,80). Sum of RGB (Red+Green+Blue) = 223+173+80=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD50 is #2052AF. Grayscale: #B1B1B1. Windows color (decimal): -2118320 or 5287391. OLE color: 5287391.

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

Color convert

RGB 223 173 80 -
CMYK 0 0.22 0.64 0.13
HSL 39.02º 0.69% 0.59% -
HSV(B) 39.02º 0.64% 0.87% -
XYZ 46.82 46.15 14.03 -
YUV 177.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 223 173 80 0 0.22 0.64 0.13 39.02 0.69 0.59
Hex DF AD 50 0 16 40 D 27 45 3B
Octal 337 255 120 0 26 100 15 47 105 73
Binary 11011111 10101101 1010000 0 10110 1000000 1101 100111 1000101 111011

Color Harmonies of #DFAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD50

Black with #DFAD50

Text Example


Text Example

White with #DFAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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