Html Css Color HEX #DFB054 Rob Roy

📋 copy color: '#DFB054'

red 223 ◦ green 176 ◦ blue 84

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

Shades of Rob Roy #DFB054

Tints of Rob Roy #DFB054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.39%

R = 46.17%
G = 36.44%
B = 17.39%

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

#DFB054 (or 0xDFB054) is known color: Rob Roy. HEX triplet: DF, B0 and 54. RGB value is (223,176,84). Sum of RGB (Red+Green+Blue) = 223+176+84=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB054 is #204FAB. Grayscale: #B3B3B3. Windows color (decimal): -2117548 or 5550303. OLE color: 5550303.

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

Color convert

RGB 223 176 84 -
CMYK 0 0.21 0.62 0.13
HSL 39.71º 0.68% 0.6% -
HSV(B) 39.71º 0.62% 0.87% -
XYZ 47.56 47.38 15.03 -
YUV 179.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 223 176 84 0 0.21 0.62 0.13 39.71 0.68 0.6
Hex DF B0 54 0 15 3E D 28 44 3C
Octal 337 260 124 0 25 76 15 50 104 74
Binary 11011111 10110000 1010100 0 10101 111110 1101 101000 1000100 111100

Color Harmonies of #DFB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB054

Black with #DFB054

Text Example


Text Example

White with #DFB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB054; }

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

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

background-color css

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

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

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

border-color css

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

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

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