Html Css Color HEX #DAB24E Rob Roy

📋 copy color: '#DAB24E'

red 218 ◦ green 178 ◦ blue 78

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

Shades of Rob Roy #DAB24E

Tints of Rob Roy #DAB24E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.55%

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

R = 45.99%
G = 37.55%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAB24E (or 0xDAB24E) is known color: Rob Roy. HEX triplet: DA, B2 and 4E. RGB value is (218,178,78). Sum of RGB (Red+Green+Blue) = 218+178+78=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB24E is #254DB1. Grayscale: #B3B3B3. Windows color (decimal): -2444722 or 5157594. OLE color: 5157594.

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

Color convert

RGB 218 178 78 -
CMYK 0 0.18 0.64 0.15
HSL 42.86º 0.65% 0.58% -
HSV(B) 42.86º 0.64% 0.85% -
XYZ 46.21 47.3 13.9 -
YUV 178.56 71.25 156.13 -
System Red Green Blue C M Y K H S L
Decimal 218 178 78 0 0.18 0.64 0.15 42.86 0.65 0.58
Hex DA B2 4E 0 12 40 F 2B 41 3A
Octal 332 262 116 0 22 100 17 53 101 72
Binary 11011010 10110010 1001110 0 10010 1000000 1111 101011 1000001 111010

Color Harmonies of #DAB24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB24E

Black with #DAB24E

Text Example


Text Example

White with #DAB24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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