Html Css Color HEX #DBB258 Rob Roy

📋 copy color: '#DBB258'

red 219 ◦ green 178 ◦ blue 88

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

Shades of Rob Roy #DBB258

Tints of Rob Roy #DBB258

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 45.15%
G = 36.7%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBB258 (or 0xDBB258) is known color: Rob Roy. HEX triplet: DB, B2 and 58. RGB value is (219,178,88). Sum of RGB (Red+Green+Blue) = 219+178+88=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB258 is #244DA7. Grayscale: #B4B4B4. Windows color (decimal): -2379176 or 5812955. OLE color: 5812955.

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

Color convert

RGB 219 178 88 -
CMYK 0 0.19 0.60 0.14
HSL 41.22º 0.65% 0.6% -
HSV(B) 41.22º 0.6% 0.86% -
XYZ 46.9 47.61 15.95 -
YUV 180 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 219 178 88 0 0.19 0.60 0.14 41.22 0.65 0.6
Hex DB B2 58 0 13 3C E 29 41 3C
Octal 333 262 130 0 23 74 16 51 101 74
Binary 11011011 10110010 1011000 0 10011 111100 1110 101001 1000001 111100

Color Harmonies of #DBB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB258

Black with #DBB258

Text Example


Text Example

White with #DBB258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB258; }

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

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

background-color css

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

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

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

border-color css

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

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

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