Html Css Color HEX #DBB752 Rob Roy

📋 copy color: '#DBB752'

red 219 ◦ green 183 ◦ blue 82

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

Shades of Rob Roy #DBB752

Tints of Rob Roy #DBB752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

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

R = 45.25%
G = 37.81%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB752 (or 0xDBB752) is known color: Rob Roy. HEX triplet: DB, B7 and 52. RGB value is (219,183,82). Sum of RGB (Red+Green+Blue) = 219+183+82=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB752 is #2448AD. Grayscale: #B6B6B6. Windows color (decimal): -2377902 or 5421019. OLE color: 5421019.

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

Color convert

RGB 219 183 82 -
CMYK 0 0.16 0.63 0.14
HSL 44.23º 0.66% 0.59% -
HSV(B) 44.23º 0.63% 0.86% -
XYZ 47.67 49.54 15.03 -
YUV 182.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 219 183 82 0 0.16 0.63 0.14 44.23 0.66 0.59
Hex DB B7 52 0 10 3F E 2C 42 3B
Octal 333 267 122 0 20 77 16 54 102 73
Binary 11011011 10110111 1010010 0 10000 111111 1110 101100 1000010 111011

Color Harmonies of #DBB752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB752

Black with #DBB752

Text Example


Text Example

White with #DBB752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB752; }

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

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

background-color css

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

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

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

border-color css

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

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

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