Html Css Color HEX #DBB450 Rob Roy

📋 copy color: '#DBB450'

red 219 ◦ green 180 ◦ blue 80

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

Shades of Rob Roy #DBB450

Tints of Rob Roy #DBB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 45.72%
G = 37.58%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DBB450 (or 0xDBB450) is known color: Rob Roy. HEX triplet: DB, B4 and 50. RGB value is (219,180,80). Sum of RGB (Red+Green+Blue) = 219+180+80=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB450 is #244BAF. Grayscale: #B4B4B4. Windows color (decimal): -2378672 or 5289179. OLE color: 5289179.

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

Color convert

RGB 219 180 80 -
CMYK 0 0.18 0.63 0.14
HSL 43.17º 0.66% 0.59% -
HSV(B) 43.17º 0.63% 0.86% -
XYZ 46.98 48.28 14.43 -
YUV 180.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 219 180 80 0 0.18 0.63 0.14 43.17 0.66 0.59
Hex DB B4 50 0 12 3F E 2B 42 3B
Octal 333 264 120 0 22 77 16 53 102 73
Binary 11011011 10110100 1010000 0 10010 111111 1110 101011 1000010 111011

Color Harmonies of #DBB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB450

Black with #DBB450

Text Example


Text Example

White with #DBB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB450; }

 p { color: rgb(219,180,80); }

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

background-color css

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

 a { background-color: rgb(219,180,80); }

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

border-color css

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

 span { border-color: rgb(219,180,80); }

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