Html Css Color HEX #DAAC50 Rob Roy

📋 copy color: '#DAAC50'

red 218 ◦ green 172 ◦ blue 80

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

Shades of Rob Roy #DAAC50

Tints of Rob Roy #DAAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

 BLUE value IS 80 (31.64% from 255) = 17.02%

R = 46.38%
G = 36.6%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DAAC50 (or 0xDAAC50) is known color: Rob Roy. HEX triplet: DA, AC and 50. RGB value is (218,172,80). Sum of RGB (Red+Green+Blue) = 218+172+80=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC50 is #2553AF. Grayscale: #AFAFAF. Windows color (decimal): -2446256 or 5287130. OLE color: 5287130.

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

Color convert

RGB 218 172 80 -
CMYK 0 0.21 0.63 0.15
HSL 40º 0.65% 0.58% -
HSV(B) 40º 0.63% 0.85% -
XYZ 45.11 44.99 13.9 -
YUV 175.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 218 172 80 0 0.21 0.63 0.15 40 0.65 0.58
Hex DA AC 50 0 15 3F F 28 41 3A
Octal 332 254 120 0 25 77 17 50 101 72
Binary 11011010 10101100 1010000 0 10101 111111 1111 101000 1000001 111010

Color Harmonies of #DAAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC50

Black with #DAAC50

Text Example


Text Example

White with #DAAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC50; }

 p { color: rgb(218,172,80); }

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

background-color css

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

 a { background-color: rgb(218,172,80); }

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

border-color css

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

 span { border-color: rgb(218,172,80); }

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