Html Css Color HEX #DBAF4A Rob Roy

📋 copy color: '#DBAF4A'

red 219 ◦ green 175 ◦ blue 74

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

Shades of Rob Roy #DBAF4A

Tints of Rob Roy #DBAF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 46.79%
G = 37.39%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBAF4A (or 0xDBAF4A) is known color: Rob Roy. HEX triplet: DB, AF and 4A. RGB value is (219,175,74). Sum of RGB (Red+Green+Blue) = 219+175+74=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF4A is #2450B5. Grayscale: #B1B1B1. Windows color (decimal): -2379958 or 4894683. OLE color: 4894683.

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

Color convert

RGB 219 175 74 -
CMYK 0 0.20 0.66 0.14
HSL 41.79º 0.67% 0.57% -
HSV(B) 41.79º 0.66% 0.86% -
XYZ 45.78 46.21 12.99 -
YUV 176.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 219 175 74 0 0.20 0.66 0.14 41.79 0.67 0.57
Hex DB AF 4A 0 14 42 E 2A 43 39
Octal 333 257 112 0 24 102 16 52 103 71
Binary 11011011 10101111 1001010 0 10100 1000010 1110 101010 1000011 111001

Color Harmonies of #DBAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF4A

Black with #DBAF4A

Text Example


Text Example

White with #DBAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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