Html Css Color HEX #DBAF4D Rob Roy

📋 copy color: '#DBAF4D'

red 219 ◦ green 175 ◦ blue 77

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

Shades of Rob Roy #DBAF4D

Tints of Rob Roy #DBAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.35%

R = 46.5%
G = 37.15%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBAF4D (or 0xDBAF4D) is known color: Rob Roy. HEX triplet: DB, AF and 4D. RGB value is (219,175,77). Sum of RGB (Red+Green+Blue) = 219+175+77=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF4D is #2450B2. Grayscale: #B1B1B1. Windows color (decimal): -2379955 or 5091291. OLE color: 5091291.

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

Color convert

RGB 219 175 77 -
CMYK 0 0.20 0.65 0.14
HSL 41.41º 0.66% 0.58% -
HSV(B) 41.41º 0.65% 0.86% -
XYZ 45.88 46.26 13.53 -
YUV 176.98 71.58 157.97 -
System Red Green Blue C M Y K H S L
Decimal 219 175 77 0 0.20 0.65 0.14 41.41 0.66 0.58
Hex DB AF 4D 0 14 41 E 29 42 3A
Octal 333 257 115 0 24 101 16 51 102 72
Binary 11011011 10101111 1001101 0 10100 1000001 1110 101001 1000010 111010

Color Harmonies of #DBAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF4D

Black with #DBAF4D

Text Example


Text Example

White with #DBAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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