Html Css Color HEX #DFAB55 Rob Roy

📋 copy color: '#DFAB55'

red 223 ◦ green 171 ◦ blue 85

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

Shades of Rob Roy #DFAB55

Tints of Rob Roy #DFAB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.75%

R = 46.56%
G = 35.7%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFAB55 (or 0xDFAB55) is known color: Rob Roy. HEX triplet: DF, AB and 55. RGB value is (223,171,85). Sum of RGB (Red+Green+Blue) = 223+171+85=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB55 is #2054AA. Grayscale: #B1B1B1. Windows color (decimal): -2118827 or 5614559. OLE color: 5614559.

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

Color convert

RGB 223 171 85 -
CMYK 0 0.23 0.62 0.13
HSL 37.39º 0.68% 0.6% -
HSV(B) 37.39º 0.62% 0.87% -
XYZ 46.63 45.47 14.91 -
YUV 176.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 223 171 85 0 0.23 0.62 0.13 37.39 0.68 0.6
Hex DF AB 55 0 17 3E D 25 44 3C
Octal 337 253 125 0 27 76 15 45 104 74
Binary 11011111 10101011 1010101 0 10111 111110 1101 100101 1000100 111100

Color Harmonies of #DFAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB55

Black with #DFAB55

Text Example


Text Example

White with #DFAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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