Html Css Color HEX #D6A84A Rob Roy

📋 copy color: '#D6A84A'

red 214 ◦ green 168 ◦ blue 74

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

Shades of Rob Roy #D6A84A

Tints of Rob Roy #D6A84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 46.93%
G = 36.84%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6A84A (or 0xD6A84A) is known color: Rob Roy. HEX triplet: D6, A8 and 4A. RGB value is (214,168,74). Sum of RGB (Red+Green+Blue) = 214+168+74=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A84A is #2957B5. Grayscale: #ABABAB. Windows color (decimal): -2709430 or 4892886. OLE color: 4892886.

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

Color convert

RGB 214 168 74 -
CMYK 0 0.21 0.65 0.16
HSL 40.29º 0.63% 0.56% -
HSV(B) 40.29º 0.65% 0.84% -
XYZ 42.97 42.8 12.47 -
YUV 171.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 214 168 74 0 0.21 0.65 0.16 40.29 0.63 0.56
Hex D6 A8 4A 0 15 41 10 28 3F 38
Octal 326 250 112 0 25 101 20 50 77 70
Binary 11010110 10101000 1001010 0 10101 1000001 10000 101000 111111 111000

Color Harmonies of #D6A84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A84A

Black with #D6A84A

Text Example


Text Example

White with #D6A84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A84A; }

 p { color: rgb(214,168,74); }

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

background-color css

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

 a { background-color: rgb(214,168,74); }

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

border-color css

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

 span { border-color: rgb(214,168,74); }

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