Html Css Color HEX #DFB055 Rob Roy

📋 copy color: '#DFB055'

red 223 ◦ green 176 ◦ blue 85

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

Shades of Rob Roy #DFB055

Tints of Rob Roy #DFB055

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

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

R = 46.07%
G = 36.36%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFB055 (or 0xDFB055) is known color: Rob Roy. HEX triplet: DF, B0 and 55. RGB value is (223,176,85). Sum of RGB (Red+Green+Blue) = 223+176+85=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB055 is #204FAA. Grayscale: #B4B4B4. Windows color (decimal): -2117547 or 5615839. OLE color: 5615839.

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

Color convert

RGB 223 176 85 -
CMYK 0 0.21 0.62 0.13
HSL 39.57º 0.68% 0.6% -
HSV(B) 39.57º 0.62% 0.87% -
XYZ 47.6 47.39 15.23 -
YUV 179.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 223 176 85 0 0.21 0.62 0.13 39.57 0.68 0.6
Hex DF B0 55 0 15 3E D 28 44 3C
Octal 337 260 125 0 25 76 15 50 104 74
Binary 11011111 10110000 1010101 0 10101 111110 1101 101000 1000100 111100

Color Harmonies of #DFB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB055

Black with #DFB055

Text Example


Text Example

White with #DFB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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