Html Css Color HEX #DBA652 Rob Roy

📋 copy color: '#DBA652'

red 219 ◦ green 166 ◦ blue 82

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

Shades of Rob Roy #DBA652

Tints of Rob Roy #DBA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

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

R = 46.9%
G = 35.55%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBA652 (or 0xDBA652) is known color: Rob Roy. HEX triplet: DB, A6 and 52. RGB value is (219,166,82). Sum of RGB (Red+Green+Blue) = 219+166+82=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA652 is #2459AD. Grayscale: #ACACAC. Windows color (decimal): -2382254 or 5416667. OLE color: 5416667.

HSL color Cylindrical-coordinate representation of color #DBA652: hue angle of 36.79º 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 #DBA652 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 82 -
CMYK 0 0.24 0.63 0.14
HSL 36.79º 0.66% 0.59% -
HSV(B) 36.79º 0.63% 0.86% -
XYZ 44.37 42.94 13.93 -
YUV 172.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 219 166 82 0 0.24 0.63 0.14 36.79 0.66 0.59
Hex DB A6 52 0 18 3F E 25 42 3B
Octal 333 246 122 0 30 77 16 45 102 73
Binary 11011011 10100110 1010010 0 11000 111111 1110 100101 1000010 111011

Color Harmonies of #DBA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA652

Black with #DBA652

Text Example


Text Example

White with #DBA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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