Html Css Color HEX #DBA44B Rob Roy

📋 copy color: '#DBA44B'

red 219 ◦ green 164 ◦ blue 75

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

Shades of Rob Roy #DBA44B

Tints of Rob Roy #DBA44B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.81%

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

R = 47.82%
G = 35.81%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DBA44B (or 0xDBA44B) is known color: Rob Roy. HEX triplet: DB, A4 and 4B. RGB value is (219,164,75). Sum of RGB (Red+Green+Blue) = 219+164+75=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 164 (64.45% from 255 or 35.81% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA44B is #245BB4. Grayscale: #AAAAAA. Windows color (decimal): -2382773 or 4957403. OLE color: 4957403.

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

Color convert

RGB 219 164 75 -
CMYK 0 0.25 0.66 0.14
HSL 37.08º 0.67% 0.58% -
HSV(B) 37.08º 0.66% 0.86% -
XYZ 43.76 42.12 12.48 -
YUV 170.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 219 164 75 0 0.25 0.66 0.14 37.08 0.67 0.58
Hex DB A4 4B 0 19 42 E 25 43 3A
Octal 333 244 113 0 31 102 16 45 103 72
Binary 11011011 10100100 1001011 0 11001 1000010 1110 100101 1000011 111010

Color Harmonies of #DBA44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA44B

Black with #DBA44B

Text Example


Text Example

White with #DBA44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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