Html Css Color HEX #DBB458 Rob Roy

📋 copy color: '#DBB458'

red 219 ◦ green 180 ◦ blue 88

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

Shades of Rob Roy #DBB458

Tints of Rob Roy #DBB458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.07%

R = 44.97%
G = 36.96%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB458 (or 0xDBB458) is known color: Rob Roy. HEX triplet: DB, B4 and 58. RGB value is (219,180,88). Sum of RGB (Red+Green+Blue) = 219+180+88=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB458 is #244BA7. Grayscale: #B5B5B5. Windows color (decimal): -2378664 or 5813467. OLE color: 5813467.

HSL color Cylindrical-coordinate representation of color #DBB458: hue angle of 42.14º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBB458 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 88 -
CMYK 0 0.18 0.60 0.14
HSL 42.14º 0.65% 0.6% -
HSV(B) 42.14º 0.6% 0.86% -
XYZ 47.3 48.41 16.08 -
YUV 181.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 219 180 88 0 0.18 0.60 0.14 42.14 0.65 0.6
Hex DB B4 58 0 12 3C E 2A 41 3C
Octal 333 264 130 0 22 74 16 52 101 74
Binary 11011011 10110100 1011000 0 10010 111100 1110 101010 1000001 111100

Color Harmonies of #DBB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB458

Black with #DBB458

Text Example


Text Example

White with #DBB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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