Html Css Color HEX #DAA755 Rob Roy

📋 copy color: '#DAA755'

red 218 ◦ green 167 ◦ blue 85

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

Shades of Rob Roy #DAA755

Tints of Rob Roy #DAA755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

 BLUE value IS 85 (33.59% from 255) = 18.09%

R = 46.38%
G = 35.53%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DAA755 (or 0xDAA755) is known color: Rob Roy. HEX triplet: DA, A7 and 55. RGB value is (218,167,85). Sum of RGB (Red+Green+Blue) = 218+167+85=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA755 is #2558AA. Grayscale: #ADADAD. Windows color (decimal): -2447531 or 5613530. OLE color: 5613530.

HSL color Cylindrical-coordinate representation of color #DAA755: hue angle of 36.99º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAA755 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 85 -
CMYK 0 0.23 0.61 0.15
HSL 36.99º 0.64% 0.59% -
HSV(B) 36.99º 0.61% 0.85% -
XYZ 44.37 43.2 14.59 -
YUV 172.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 218 167 85 0 0.23 0.61 0.15 36.99 0.64 0.59
Hex DA A7 55 0 17 3D F 25 40 3B
Octal 332 247 125 0 27 75 17 45 100 73
Binary 11011010 10100111 1010101 0 10111 111101 1111 100101 1000000 111011

Color Harmonies of #DAA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA755

Black with #DAA755

Text Example


Text Example

White with #DAA755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA755; }

 p { color: rgb(218,167,85); }

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

background-color css

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

 a { background-color: rgb(218,167,85); }

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

border-color css

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

 span { border-color: rgb(218,167,85); }

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