Html Css Color HEX #D6A649 Rob Roy

📋 copy color: '#D6A649'

red 214 ◦ green 166 ◦ blue 73

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

Shades of Rob Roy #D6A649

Tints of Rob Roy #D6A649

RGB

 RED value IS 214 (83.98% from 255) = 47.24%

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

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 47.24%
G = 36.64%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D6A649 (or 0xD6A649) is known color: Rob Roy. HEX triplet: D6, A6 and 49. RGB value is (214,166,73). Sum of RGB (Red+Green+Blue) = 214+166+73=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A649 is #2959B6. Grayscale: #AAAAAA. Windows color (decimal): -2709943 or 4826838. OLE color: 4826838.

HSL color Cylindrical-coordinate representation of color #D6A649: hue angle of 39.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6A649 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 73 -
CMYK 0 0.22 0.66 0.16
HSL 39.57º 0.63% 0.56% -
HSV(B) 39.57º 0.66% 0.84% -
XYZ 42.57 42.05 12.18 -
YUV 169.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 214 166 73 0 0.22 0.66 0.16 39.57 0.63 0.56
Hex D6 A6 49 0 16 42 10 28 3F 38
Octal 326 246 111 0 26 102 20 50 77 70
Binary 11010110 10100110 1001001 0 10110 1000010 10000 101000 111111 111000

Color Harmonies of #D6A649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A649

Black with #D6A649

Text Example


Text Example

White with #D6A649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A649; }

 p { color: rgb(214,166,73); }

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

background-color css

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

 a { background-color: rgb(214,166,73); }

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

border-color css

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

 span { border-color: rgb(214,166,73); }

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