Html Css Color HEX #DBB552 Rob Roy

📋 copy color: '#DBB552'

red 219 ◦ green 181 ◦ blue 82

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

Shades of Rob Roy #DBB552

Tints of Rob Roy #DBB552

RGB

 RED value IS 219 (85.94% from 255) = 45.44%

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

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

R = 45.44%
G = 37.55%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB552 (or 0xDBB552) is known color: Rob Roy. HEX triplet: DB, B5 and 52. RGB value is (219,181,82). Sum of RGB (Red+Green+Blue) = 219+181+82=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB552 is #244AAD. Grayscale: #B5B5B5. Windows color (decimal): -2378414 or 5420507. OLE color: 5420507.

HSL color Cylindrical-coordinate representation of color #DBB552: hue angle of 43.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBB552 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 181 82 -
CMYK 0 0.17 0.63 0.14
HSL 43.36º 0.66% 0.59% -
HSV(B) 43.36º 0.63% 0.86% -
XYZ 47.26 48.72 14.9 -
YUV 181.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 219 181 82 0 0.17 0.63 0.14 43.36 0.66 0.59
Hex DB B5 52 0 11 3F E 2B 42 3B
Octal 333 265 122 0 21 77 16 53 102 73
Binary 11011011 10110101 1010010 0 10001 111111 1110 101011 1000010 111011

Color Harmonies of #DBB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB552

Black with #DBB552

Text Example


Text Example

White with #DBB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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