Html Css Color HEX #DAA34D Rob Roy

📋 copy color: '#DAA34D'

red 218 ◦ green 163 ◦ blue 77

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

Shades of Rob Roy #DAA34D

Tints of Rob Roy #DAA34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.81%

R = 47.6%
G = 35.59%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DAA34D (or 0xDAA34D) is known color: Rob Roy. HEX triplet: DA, A3 and 4D. RGB value is (218,163,77). Sum of RGB (Red+Green+Blue) = 218+163+77=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA34D is #255CB2. Grayscale: #AAAAAA. Windows color (decimal): -2448563 or 5088218. OLE color: 5088218.

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

Color convert

RGB 218 163 77 -
CMYK 0 0.25 0.65 0.15
HSL 36.6º 0.66% 0.58% -
HSV(B) 36.6º 0.65% 0.85% -
XYZ 43.35 41.64 12.77 -
YUV 169.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 218 163 77 0 0.25 0.65 0.15 36.6 0.66 0.58
Hex DA A3 4D 0 19 41 F 25 42 3A
Octal 332 243 115 0 31 101 17 45 102 72
Binary 11011010 10100011 1001101 0 11001 1000001 1111 100101 1000010 111010

Color Harmonies of #DAA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA34D

Black with #DAA34D

Text Example


Text Example

White with #DAA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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