Html Css Color HEX #DBA75A Rob Roy

📋 copy color: '#DBA75A'

red 219 ◦ green 167 ◦ blue 90

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

Shades of Rob Roy #DBA75A

Tints of Rob Roy #DBA75A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.08%

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 46.01%
G = 35.08%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBA75A (or 0xDBA75A) is known color: Rob Roy. HEX triplet: DB, A7 and 5A. RGB value is (219,167,90). Sum of RGB (Red+Green+Blue) = 219+167+90=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA75A is #2458A5. Grayscale: #AEAEAE. Windows color (decimal): -2381990 or 5941211. OLE color: 5941211.

HSL color Cylindrical-coordinate representation of color #DBA75A: hue angle of 35.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBA75A is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 167 90 -
CMYK 0 0.24 0.59 0.14
HSL 35.81º 0.64% 0.61% -
HSV(B) 35.81º 0.59% 0.86% -
XYZ 44.88 43.44 15.69 -
YUV 173.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 219 167 90 0 0.24 0.59 0.14 35.81 0.64 0.61
Hex DB A7 5A 0 18 3B E 24 40 3D
Octal 333 247 132 0 30 73 16 44 100 75
Binary 11011011 10100111 1011010 0 11000 111011 1110 100100 1000000 111101

Color Harmonies of #DBA75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA75A

Black with #DBA75A

Text Example


Text Example

White with #DBA75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA75A; }

 p { color: rgb(219,167,90); }

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

background-color css

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

 a { background-color: rgb(219,167,90); }

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

border-color css

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

 span { border-color: rgb(219,167,90); }

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