Html Css Color HEX #DBAF56 Rob Roy

📋 copy color: '#DBAF56'

red 219 ◦ green 175 ◦ blue 86

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

Shades of Rob Roy #DBAF56

Tints of Rob Roy #DBAF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.46%

 BLUE value IS 86 (33.98% from 255) = 17.92%

R = 45.63%
G = 36.46%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBAF56 (or 0xDBAF56) is known color: Rob Roy. HEX triplet: DB, AF and 56. RGB value is (219,175,86). Sum of RGB (Red+Green+Blue) = 219+175+86=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF56 is #2450A9. Grayscale: #B2B2B2. Windows color (decimal): -2379946 or 5681115. OLE color: 5681115.

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

Color convert

RGB 219 175 86 -
CMYK 0 0.20 0.61 0.14
HSL 40.15º 0.65% 0.6% -
HSV(B) 40.15º 0.61% 0.86% -
XYZ 46.22 46.39 15.32 -
YUV 178.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 219 175 86 0 0.20 0.61 0.14 40.15 0.65 0.6
Hex DB AF 56 0 14 3D E 28 41 3C
Octal 333 257 126 0 24 75 16 50 101 74
Binary 11011011 10101111 1010110 0 10100 111101 1110 101000 1000001 111100

Color Harmonies of #DBAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF56

Black with #DBAF56

Text Example


Text Example

White with #DBAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF56; }

 p { color: rgb(219,175,86); }

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

background-color css

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

 a { background-color: rgb(219,175,86); }

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

border-color css

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

 span { border-color: rgb(219,175,86); }

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