Html Css Color HEX #DBAF54 Rob Roy

📋 copy color: '#DBAF54'

red 219 ◦ green 175 ◦ blue 84

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

Shades of Rob Roy #DBAF54

Tints of Rob Roy #DBAF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.57%

R = 45.82%
G = 36.61%
B = 17.57%

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

#DBAF54 (or 0xDBAF54) is known color: Rob Roy. HEX triplet: DB, AF and 54. RGB value is (219,175,84). Sum of RGB (Red+Green+Blue) = 219+175+84=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF54 is #2450AB. Grayscale: #B2B2B2. Windows color (decimal): -2379948 or 5550043. OLE color: 5550043.

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

Color convert

RGB 219 175 84 -
CMYK 0 0.20 0.62 0.14
HSL 40.44º 0.65% 0.59% -
HSV(B) 40.44º 0.62% 0.86% -
XYZ 46.14 46.36 14.9 -
YUV 177.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 219 175 84 0 0.20 0.62 0.14 40.44 0.65 0.59
Hex DB AF 54 0 14 3E E 28 41 3B
Octal 333 257 124 0 24 76 16 50 101 73
Binary 11011011 10101111 1010100 0 10100 111110 1110 101000 1000001 111011

Color Harmonies of #DBAF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF54

Black with #DBAF54

Text Example


Text Example

White with #DBAF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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