Html Css Color HEX #DAB453 Rob Roy

📋 copy color: '#DAB453'

red 218 ◦ green 180 ◦ blue 83

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

Shades of Rob Roy #DAB453

Tints of Rob Roy #DAB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 45.32%
G = 37.42%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAB453 (or 0xDAB453) is known color: Rob Roy. HEX triplet: DA, B4 and 53. RGB value is (218,180,83). Sum of RGB (Red+Green+Blue) = 218+180+83=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB453 is #254BAC. Grayscale: #B4B4B4. Windows color (decimal): -2444205 or 5485786. OLE color: 5485786.

HSL color Cylindrical-coordinate representation of color #DAB453: hue angle of 43.11º 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 #DAB453 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 83 -
CMYK 0 0.17 0.62 0.15
HSL 43.11º 0.65% 0.59% -
HSV(B) 43.11º 0.62% 0.85% -
XYZ 46.8 48.17 15.02 -
YUV 180.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 218 180 83 0 0.17 0.62 0.15 43.11 0.65 0.59
Hex DA B4 53 0 11 3E F 2B 41 3B
Octal 332 264 123 0 21 76 17 53 101 73
Binary 11011010 10110100 1010011 0 10001 111110 1111 101011 1000001 111011

Color Harmonies of #DAB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB453

Black with #DAB453

Text Example


Text Example

White with #DAB453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB453; }

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

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

background-color css

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

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

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

border-color css

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

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

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