Html Css Color HEX #DAB753 Rob Roy

📋 copy color: '#DAB753'

red 218 ◦ green 183 ◦ blue 83

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

Shades of Rob Roy #DAB753

Tints of Rob Roy #DAB753

RGB

 RED value IS 218 (85.55% from 255) = 45.04%

 GREEN value IS 183 (71.88% from 255) = 37.81%

 BLUE value IS 83 (32.81% from 255) = 17.15%

R = 45.04%
G = 37.81%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB753 (or 0xDAB753) is known color: Rob Roy. HEX triplet: DA, B7 and 53. RGB value is (218,183,83). Sum of RGB (Red+Green+Blue) = 218+183+83=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB753 is #2548AC. Grayscale: #B6B6B6. Windows color (decimal): -2443437 or 5486554. OLE color: 5486554.

HSL color Cylindrical-coordinate representation of color #DAB753: hue angle of 44.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAB753 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 183 83 -
CMYK 0 0.16 0.62 0.15
HSL 44.44º 0.65% 0.59% -
HSV(B) 44.44º 0.62% 0.85% -
XYZ 47.41 49.4 15.22 -
YUV 182.07 72.1 153.63 -
System Red Green Blue C M Y K H S L
Decimal 218 183 83 0 0.16 0.62 0.15 44.44 0.65 0.59
Hex DA B7 53 0 10 3E F 2C 41 3B
Octal 332 267 123 0 20 76 17 54 101 73
Binary 11011010 10110111 1010011 0 10000 111110 1111 101100 1000001 111011

Color Harmonies of #DAB753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB753

Black with #DAB753

Text Example


Text Example

White with #DAB753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB753; }

 p { color: rgb(218,183,83); }

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

background-color css

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

 a { background-color: rgb(218,183,83); }

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

border-color css

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

 span { border-color: rgb(218,183,83); }

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