Html Css Color HEX #DAB754 Rob Roy

📋 copy color: '#DAB754'

red 218 ◦ green 183 ◦ blue 84

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

Shades of Rob Roy #DAB754

Tints of Rob Roy #DAB754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.32%

R = 44.95%
G = 37.73%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAB754 (or 0xDAB754) is known color: Rob Roy. HEX triplet: DA, B7 and 54. RGB value is (218,183,84). Sum of RGB (Red+Green+Blue) = 218+183+84=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB754 is #2548AB. Grayscale: #B6B6B6. Windows color (decimal): -2443436 or 5552090. OLE color: 5552090.

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

Color convert

RGB 218 183 84 -
CMYK 0 0.16 0.61 0.15
HSL 44.33º 0.64% 0.59% -
HSV(B) 44.33º 0.61% 0.85% -
XYZ 47.45 49.41 15.42 -
YUV 182.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 218 183 84 0 0.16 0.61 0.15 44.33 0.64 0.59
Hex DA B7 54 0 10 3D F 2C 40 3B
Octal 332 267 124 0 20 75 17 54 100 73
Binary 11011010 10110111 1010100 0 10000 111101 1111 101100 1000000 111011

Color Harmonies of #DAB754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB754

Black with #DAB754

Text Example


Text Example

White with #DAB754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB754; }

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

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

background-color css

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

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

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

border-color css

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

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

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