Html Css Color HEX #DFAB50 Rob Roy

📋 copy color: '#DFAB50'

red 223 ◦ green 171 ◦ blue 80

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

Shades of Rob Roy #DFAB50

Tints of Rob Roy #DFAB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

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

R = 47.05%
G = 36.08%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFAB50 (or 0xDFAB50) is known color: Rob Roy. HEX triplet: DF, AB and 50. RGB value is (223,171,80). Sum of RGB (Red+Green+Blue) = 223+171+80=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB50 is #2054AF. Grayscale: #B0B0B0. Windows color (decimal): -2118832 or 5286879. OLE color: 5286879.

HSL color Cylindrical-coordinate representation of color #DFAB50: hue angle of 38.18º 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 #DFAB50 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 171 80 -
CMYK 0 0.23 0.64 0.13
HSL 38.18º 0.69% 0.59% -
HSV(B) 38.18º 0.64% 0.87% -
XYZ 46.44 45.39 13.9 -
YUV 176.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 223 171 80 0 0.23 0.64 0.13 38.18 0.69 0.59
Hex DF AB 50 0 17 40 D 26 45 3B
Octal 337 253 120 0 27 100 15 46 105 73
Binary 11011111 10101011 1010000 0 10111 1000000 1101 100110 1000101 111011

Color Harmonies of #DFAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB50

Black with #DFAB50

Text Example


Text Example

White with #DFAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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