Html Css Color HEX #DAA658 Rob Roy

📋 copy color: '#DAA658'

red 218 ◦ green 166 ◦ blue 88

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

Shades of Rob Roy #DAA658

Tints of Rob Roy #DAA658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.17%

 BLUE value IS 88 (34.77% from 255) = 18.64%

R = 46.19%
G = 35.17%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAA658 (or 0xDAA658) is known color: Rob Roy. HEX triplet: DA, A6 and 58. RGB value is (218,166,88). Sum of RGB (Red+Green+Blue) = 218+166+88=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA658 is #2559A7. Grayscale: #ADADAD. Windows color (decimal): -2447784 or 5809882. OLE color: 5809882.

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

Color convert

RGB 218 166 88 -
CMYK 0 0.24 0.60 0.15
HSL 36º 0.64% 0.6% -
HSV(B) 36º 0.6% 0.85% -
XYZ 44.31 42.88 15.17 -
YUV 172.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 218 166 88 0 0.24 0.60 0.15 36 0.64 0.6
Hex DA A6 58 0 18 3C F 24 40 3C
Octal 332 246 130 0 30 74 17 44 100 74
Binary 11011010 10100110 1011000 0 11000 111100 1111 100100 1000000 111100

Color Harmonies of #DAA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA658

Black with #DAA658

Text Example


Text Example

White with #DAA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA658; }

 p { color: rgb(218,166,88); }

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

background-color css

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

 a { background-color: rgb(218,166,88); }

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

border-color css

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

 span { border-color: rgb(218,166,88); }

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