Html Css Color HEX #DBAF53 Rob Roy

📋 copy color: '#DBAF53'

red 219 ◦ green 175 ◦ blue 83

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

Shades of Rob Roy #DBAF53

Tints of Rob Roy #DBAF53

RGB

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

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

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

R = 45.91%
G = 36.69%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBAF53 (or 0xDBAF53) is known color: Rob Roy. HEX triplet: DB, AF and 53. RGB value is (219,175,83). Sum of RGB (Red+Green+Blue) = 219+175+83=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF53 is #2450AC. Grayscale: #B2B2B2. Windows color (decimal): -2379949 or 5484507. OLE color: 5484507.

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

Color convert

RGB 219 175 83 -
CMYK 0 0.20 0.62 0.14
HSL 40.59º 0.65% 0.59% -
HSV(B) 40.59º 0.62% 0.86% -
XYZ 46.1 46.34 14.7 -
YUV 177.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 219 175 83 0 0.20 0.62 0.14 40.59 0.65 0.59
Hex DB AF 53 0 14 3E E 29 41 3B
Octal 333 257 123 0 24 76 16 51 101 73
Binary 11011011 10101111 1010011 0 10100 111110 1110 101001 1000001 111011

Color Harmonies of #DBAF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF53

Black with #DBAF53

Text Example


Text Example

White with #DBAF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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