Html Css Color HEX #DBA24F Rob Roy

📋 copy color: '#DBA24F'

red 219 ◦ green 162 ◦ blue 79

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

Shades of Rob Roy #DBA24F

Tints of Rob Roy #DBA24F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.22%

 BLUE value IS 79 (31.25% from 255) = 17.17%

R = 47.61%
G = 35.22%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DBA24F (or 0xDBA24F) is known color: Rob Roy. HEX triplet: DB, A2 and 4F. RGB value is (219,162,79). Sum of RGB (Red+Green+Blue) = 219+162+79=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA24F is #245DB0. Grayscale: #A9A9A9. Windows color (decimal): -2383281 or 5219035. OLE color: 5219035.

HSL color Cylindrical-coordinate representation of color #DBA24F: hue angle of 35.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBA24F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 79 -
CMYK 0 0.26 0.64 0.14
HSL 35.57º 0.66% 0.58% -
HSV(B) 35.57º 0.64% 0.86% -
XYZ 43.55 41.47 13.11 -
YUV 169.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 219 162 79 0 0.26 0.64 0.14 35.57 0.66 0.58
Hex DB A2 4F 0 1A 40 E 24 42 3A
Octal 333 242 117 0 32 100 16 44 102 72
Binary 11011011 10100010 1001111 0 11010 1000000 1110 100100 1000010 111010

Color Harmonies of #DBA24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA24F

Black with #DBA24F

Text Example


Text Example

White with #DBA24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA24F; }

 p { color: rgb(219,162,79); }

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

background-color css

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

 a { background-color: rgb(219,162,79); }

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

border-color css

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

 span { border-color: rgb(219,162,79); }

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