Html Css Color HEX #DBAD4B Rob Roy

📋 copy color: '#DBAD4B'

red 219 ◦ green 173 ◦ blue 75

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

Shades of Rob Roy #DBAD4B

Tints of Rob Roy #DBAD4B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

 BLUE value IS 75 (29.69% from 255) = 16.06%

R = 46.9%
G = 37.04%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBAD4B (or 0xDBAD4B) is known color: Rob Roy. HEX triplet: DB, AD and 4B. RGB value is (219,173,75). Sum of RGB (Red+Green+Blue) = 219+173+75=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD4B is #2452B4. Grayscale: #B0B0B0. Windows color (decimal): -2380469 or 4959707. OLE color: 4959707.

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

Color convert

RGB 219 173 75 -
CMYK 0 0.21 0.66 0.14
HSL 40.83º 0.67% 0.58% -
HSV(B) 40.83º 0.66% 0.86% -
XYZ 45.43 45.46 13.04 -
YUV 175.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 219 173 75 0 0.21 0.66 0.14 40.83 0.67 0.58
Hex DB AD 4B 0 15 42 E 29 43 3A
Octal 333 255 113 0 25 102 16 51 103 72
Binary 11011011 10101101 1001011 0 10101 1000010 1110 101001 1000011 111010

Color Harmonies of #DBAD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD4B

Black with #DBAD4B

Text Example


Text Example

White with #DBAD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD4B; }

 p { color: rgb(219,173,75); }

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

background-color css

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

 a { background-color: rgb(219,173,75); }

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

border-color css

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

 span { border-color: rgb(219,173,75); }

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