Html Css Color HEX #DFAB4F Rob Roy

📋 copy color: '#DFAB4F'

red 223 ◦ green 171 ◦ blue 79

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

Shades of Rob Roy #DFAB4F

Tints of Rob Roy #DFAB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.7%

R = 47.15%
G = 36.15%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFAB4F (or 0xDFAB4F) is known color: Rob Roy. HEX triplet: DF, AB and 4F. RGB value is (223,171,79). Sum of RGB (Red+Green+Blue) = 223+171+79=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB4F is #2054B0. Grayscale: #B0B0B0. Windows color (decimal): -2118833 or 5221343. OLE color: 5221343.

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

Color convert

RGB 223 171 79 -
CMYK 0 0.23 0.65 0.13
HSL 38.33º 0.69% 0.59% -
HSV(B) 38.33º 0.65% 0.87% -
XYZ 46.41 45.38 13.71 -
YUV 176.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 223 171 79 0 0.23 0.65 0.13 38.33 0.69 0.59
Hex DF AB 4F 0 17 41 D 26 45 3B
Octal 337 253 117 0 27 101 15 46 105 73
Binary 11011111 10101011 1001111 0 10111 1000001 1101 100110 1000101 111011

Color Harmonies of #DFAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB4F

Black with #DFAB4F

Text Example


Text Example

White with #DFAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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