Html Css Color HEX #DBAE4B Rob Roy

📋 copy color: '#DBAE4B'

red 219 ◦ green 174 ◦ blue 75

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

Shades of Rob Roy #DBAE4B

Tints of Rob Roy #DBAE4B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

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

R = 46.79%
G = 37.18%
B = 16.03%

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

#DBAE4B (or 0xDBAE4B) is known color: Rob Roy. HEX triplet: DB, AE and 4B. RGB value is (219,174,75). Sum of RGB (Red+Green+Blue) = 219+174+75=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE4B is #2451B4. Grayscale: #B0B0B0. Windows color (decimal): -2380213 or 4959963. OLE color: 4959963.

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

Color convert

RGB 219 174 75 -
CMYK 0 0.21 0.66 0.14
HSL 41.25º 0.67% 0.58% -
HSV(B) 41.25º 0.66% 0.86% -
XYZ 45.62 45.84 13.1 -
YUV 176.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 219 174 75 0 0.21 0.66 0.14 41.25 0.67 0.58
Hex DB AE 4B 0 15 42 E 29 43 3A
Octal 333 256 113 0 25 102 16 51 103 72
Binary 11011011 10101110 1001011 0 10101 1000010 1110 101001 1000011 111010

Color Harmonies of #DBAE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE4B

Black with #DBAE4B

Text Example


Text Example

White with #DBAE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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