Html Css Color HEX #DFB552 Rob Roy

📋 copy color: '#DFB552'

red 223 ◦ green 181 ◦ blue 82

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

Shades of Rob Roy #DFB552

Tints of Rob Roy #DFB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.24%

 BLUE value IS 82 (32.42% from 255) = 16.87%

R = 45.88%
G = 37.24%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFB552 (or 0xDFB552) is known color: Rob Roy. HEX triplet: DF, B5 and 52. RGB value is (223,181,82). Sum of RGB (Red+Green+Blue) = 223+181+82=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB552 is #204AAD. Grayscale: #B6B6B6. Windows color (decimal): -2116270 or 5420511. OLE color: 5420511.

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

Color convert

RGB 223 181 82 -
CMYK 0 0.19 0.63 0.13
HSL 42.13º 0.69% 0.6% -
HSV(B) 42.13º 0.63% 0.87% -
XYZ 48.48 49.34 14.95 -
YUV 182.27 71.41 157.05 -
System Red Green Blue C M Y K H S L
Decimal 223 181 82 0 0.19 0.63 0.13 42.13 0.69 0.6
Hex DF B5 52 0 13 3F D 2A 45 3C
Octal 337 265 122 0 23 77 15 52 105 74
Binary 11011111 10110101 1010010 0 10011 111111 1101 101010 1000101 111100

Color Harmonies of #DFB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB552

Black with #DFB552

Text Example


Text Example

White with #DFB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB552; }

 p { color: rgb(223,181,82); }

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

background-color css

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

 a { background-color: rgb(223,181,82); }

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

border-color css

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

 span { border-color: rgb(223,181,82); }

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