Html Css Color HEX #DFAB51 Rob Roy

📋 copy color: '#DFAB51'

red 223 ◦ green 171 ◦ blue 81

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

Shades of Rob Roy #DFAB51

Tints of Rob Roy #DFAB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.05%

R = 46.95%
G = 36%
B = 17.05%

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

#DFAB51 (or 0xDFAB51) is known color: Rob Roy. HEX triplet: DF, AB and 51. RGB value is (223,171,81). Sum of RGB (Red+Green+Blue) = 223+171+81=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB51 is #2054AE. Grayscale: #B0B0B0. Windows color (decimal): -2118831 or 5352415. OLE color: 5352415.

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

Color convert

RGB 223 171 81 -
CMYK 0 0.23 0.64 0.13
HSL 38.03º 0.69% 0.6% -
HSV(B) 38.03º 0.64% 0.87% -
XYZ 46.48 45.41 14.1 -
YUV 176.29 74.23 161.32 -
System Red Green Blue C M Y K H S L
Decimal 223 171 81 0 0.23 0.64 0.13 38.03 0.69 0.6
Hex DF AB 51 0 17 40 D 26 45 3C
Octal 337 253 121 0 27 100 15 46 105 74
Binary 11011111 10101011 1010001 0 10111 1000000 1101 100110 1000101 111100

Color Harmonies of #DFAB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB51

Black with #DFAB51

Text Example


Text Example

White with #DFAB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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