Html Css Color HEX #DAA34E Rob Roy

📋 copy color: '#DAA34E'

red 218 ◦ green 163 ◦ blue 78

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

Shades of Rob Roy #DAA34E

Tints of Rob Roy #DAA34E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

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

R = 47.49%
G = 35.51%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DAA34E (or 0xDAA34E) is known color: Rob Roy. HEX triplet: DA, A3 and 4E. RGB value is (218,163,78). Sum of RGB (Red+Green+Blue) = 218+163+78=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA34E is #255CB1. Grayscale: #AAAAAA. Windows color (decimal): -2448562 or 5153754. OLE color: 5153754.

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

Color convert

RGB 218 163 78 -
CMYK 0 0.25 0.64 0.15
HSL 36.43º 0.65% 0.58% -
HSV(B) 36.43º 0.64% 0.85% -
XYZ 43.39 41.65 12.96 -
YUV 169.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 218 163 78 0 0.25 0.64 0.15 36.43 0.65 0.58
Hex DA A3 4E 0 19 40 F 24 41 3A
Octal 332 243 116 0 31 100 17 44 101 72
Binary 11011010 10100011 1001110 0 11001 1000000 1111 100100 1000001 111010

Color Harmonies of #DAA34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA34E

Black with #DAA34E

Text Example


Text Example

White with #DAA34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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