Html Css Color HEX #DBA752 Rob Roy

📋 copy color: '#DBA752'

red 219 ◦ green 167 ◦ blue 82

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

Shades of Rob Roy #DBA752

Tints of Rob Roy #DBA752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 46.79%
G = 35.68%
B = 17.52%

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

#DBA752 (or 0xDBA752) is known color: Rob Roy. HEX triplet: DB, A7 and 52. RGB value is (219,167,82). Sum of RGB (Red+Green+Blue) = 219+167+82=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA752 is #2458AD. Grayscale: #ADADAD. Windows color (decimal): -2381998 or 5416923. OLE color: 5416923.

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

Color convert

RGB 219 167 82 -
CMYK 0 0.24 0.63 0.14
HSL 37.23º 0.66% 0.59% -
HSV(B) 37.23º 0.63% 0.86% -
XYZ 44.56 43.31 13.99 -
YUV 172.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 219 167 82 0 0.24 0.63 0.14 37.23 0.66 0.59
Hex DB A7 52 0 18 3F E 25 42 3B
Octal 333 247 122 0 30 77 16 45 102 73
Binary 11011011 10100111 1010010 0 11000 111111 1110 100101 1000010 111011

Color Harmonies of #DBA752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA752

Black with #DBA752

Text Example


Text Example

White with #DBA752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA752; }

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

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

background-color css

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

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

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

border-color css

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

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

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