Html Css Color HEX #DBA452 Rob Roy

📋 copy color: '#DBA452'

red 219 ◦ green 164 ◦ blue 82

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

Shades of Rob Roy #DBA452

Tints of Rob Roy #DBA452

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.27%

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

R = 47.1%
G = 35.27%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBA452 (or 0xDBA452) is known color: Rob Roy. HEX triplet: DB, A4 and 52. RGB value is (219,164,82). Sum of RGB (Red+Green+Blue) = 219+164+82=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA452 is #245BAD. Grayscale: #ABABAB. Windows color (decimal): -2382766 or 5416155. OLE color: 5416155.

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

Color convert

RGB 219 164 82 -
CMYK 0 0.25 0.63 0.14
HSL 35.91º 0.66% 0.59% -
HSV(B) 35.91º 0.63% 0.86% -
XYZ 44.01 42.22 13.81 -
YUV 171.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 219 164 82 0 0.25 0.63 0.14 35.91 0.66 0.59
Hex DB A4 52 0 19 3F E 24 42 3B
Octal 333 244 122 0 31 77 16 44 102 73
Binary 11011011 10100100 1010010 0 11001 111111 1110 100100 1000010 111011

Color Harmonies of #DBA452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA452

Black with #DBA452

Text Example


Text Example

White with #DBA452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA452; }

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

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

background-color css

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

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

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

border-color css

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

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

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