Html Css Color HEX #DAB24F Rob Roy

📋 copy color: '#DAB24F'

red 218 ◦ green 178 ◦ blue 79

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

Shades of Rob Roy #DAB24F

Tints of Rob Roy #DAB24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.63%

R = 45.89%
G = 37.47%
B = 16.63%

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

#DAB24F (or 0xDAB24F) is known color: Rob Roy. HEX triplet: DA, B2 and 4F. RGB value is (218,178,79). Sum of RGB (Red+Green+Blue) = 218+178+79=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB24F is #254DB0. Grayscale: #B3B3B3. Windows color (decimal): -2444721 or 5223130. OLE color: 5223130.

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

Color convert

RGB 218 178 79 -
CMYK 0 0.18 0.64 0.15
HSL 42.73º 0.65% 0.58% -
HSV(B) 42.73º 0.64% 0.85% -
XYZ 46.25 47.31 14.09 -
YUV 178.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 218 178 79 0 0.18 0.64 0.15 42.73 0.65 0.58
Hex DA B2 4F 0 12 40 F 2B 41 3A
Octal 332 262 117 0 22 100 17 53 101 72
Binary 11011010 10110010 1001111 0 10010 1000000 1111 101011 1000001 111010

Color Harmonies of #DAB24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB24F

Black with #DAB24F

Text Example


Text Example

White with #DAB24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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