Html Css Color HEX #DBB253 Rob Roy

📋 copy color: '#DBB253'

red 219 ◦ green 178 ◦ blue 83

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

Shades of Rob Roy #DBB253

Tints of Rob Roy #DBB253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.29%

R = 45.63%
G = 37.08%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBB253 (or 0xDBB253) is known color: Rob Roy. HEX triplet: DB, B2 and 53. RGB value is (219,178,83). Sum of RGB (Red+Green+Blue) = 219+178+83=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB253 is #244DAC. Grayscale: #B3B3B3. Windows color (decimal): -2379181 or 5485275. OLE color: 5485275.

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

Color convert

RGB 219 178 83 -
CMYK 0 0.19 0.62 0.14
HSL 41.91º 0.65% 0.59% -
HSV(B) 41.91º 0.62% 0.86% -
XYZ 46.7 47.53 14.9 -
YUV 179.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 219 178 83 0 0.19 0.62 0.14 41.91 0.65 0.59
Hex DB B2 53 0 13 3E E 2A 41 3B
Octal 333 262 123 0 23 76 16 52 101 73
Binary 11011011 10110010 1010011 0 10011 111110 1110 101010 1000001 111011

Color Harmonies of #DBB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB253

Black with #DBB253

Text Example


Text Example

White with #DBB253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB253; }

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

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

background-color css

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

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

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

border-color css

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

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

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