Html Css Color HEX #DAB44E Rob Roy

📋 copy color: '#DAB44E'

red 218 ◦ green 180 ◦ blue 78

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

Shades of Rob Roy #DAB44E

Tints of Rob Roy #DAB44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.39%

R = 45.8%
G = 37.82%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAB44E (or 0xDAB44E) is known color: Rob Roy. HEX triplet: DA, B4 and 4E. RGB value is (218,180,78). Sum of RGB (Red+Green+Blue) = 218+180+78=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB44E is #254BB1. Grayscale: #B4B4B4. Windows color (decimal): -2444210 or 5158106. OLE color: 5158106.

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

Color convert

RGB 218 180 78 -
CMYK 0 0.17 0.64 0.15
HSL 43.71º 0.65% 0.58% -
HSV(B) 43.71º 0.64% 0.85% -
XYZ 46.61 48.1 14.03 -
YUV 179.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 218 180 78 0 0.17 0.64 0.15 43.71 0.65 0.58
Hex DA B4 4E 0 11 40 F 2C 41 3A
Octal 332 264 116 0 21 100 17 54 101 72
Binary 11011010 10110100 1001110 0 10001 1000000 1111 101100 1000001 111010

Color Harmonies of #DAB44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB44E

Black with #DAB44E

Text Example


Text Example

White with #DAB44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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