Html Css Color HEX #DFB455 Rob Roy

📋 copy color: '#DFB455'

red 223 ◦ green 180 ◦ blue 85

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

Shades of Rob Roy #DFB455

Tints of Rob Roy #DFB455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

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

R = 45.7%
G = 36.89%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DFB455 (or 0xDFB455) is known color: Rob Roy. HEX triplet: DF, B4 and 55. RGB value is (223,180,85). Sum of RGB (Red+Green+Blue) = 223+180+85=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB455 is #204BAA. Grayscale: #B6B6B6. Windows color (decimal): -2116523 or 5616863. OLE color: 5616863.

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

Color convert

RGB 223 180 85 -
CMYK 0 0.19 0.62 0.13
HSL 41.3º 0.68% 0.6% -
HSV(B) 41.3º 0.62% 0.87% -
XYZ 48.39 48.99 15.5 -
YUV 182.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 223 180 85 0 0.19 0.62 0.13 41.3 0.68 0.6
Hex DF B4 55 0 13 3E D 29 44 3C
Octal 337 264 125 0 23 76 15 51 104 74
Binary 11011111 10110100 1010101 0 10011 111110 1101 101001 1000100 111100

Color Harmonies of #DFB455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB455

Black with #DFB455

Text Example


Text Example

White with #DFB455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB455; }

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

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

background-color css

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

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

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

border-color css

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

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

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