Html Css Color HEX #D6B14D Rob Roy

📋 copy color: '#D6B14D'

red 214 ◦ green 177 ◦ blue 77

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

Shades of Rob Roy #D6B14D

Tints of Rob Roy #D6B14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

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

R = 45.73%
G = 37.82%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6B14D (or 0xD6B14D) is known color: Rob Roy. HEX triplet: D6, B1 and 4D. RGB value is (214,177,77). Sum of RGB (Red+Green+Blue) = 214+177+77=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B14D is #294EB2. Grayscale: #B1B1B1. Windows color (decimal): -2707123 or 5091798. OLE color: 5091798.

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

Color convert

RGB 214 177 77 -
CMYK 0 0.17 0.64 0.16
HSL 43.8º 0.63% 0.57% -
HSV(B) 43.8º 0.64% 0.84% -
XYZ 44.79 46.28 13.59 -
YUV 176.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 214 177 77 0 0.17 0.64 0.16 43.8 0.63 0.57
Hex D6 B1 4D 0 11 40 10 2C 3F 39
Octal 326 261 115 0 21 100 20 54 77 71
Binary 11010110 10110001 1001101 0 10001 1000000 10000 101100 111111 111001

Color Harmonies of #D6B14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B14D

Black with #D6B14D

Text Example


Text Example

White with #D6B14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B14D; }

 p { color: rgb(214,177,77); }

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

background-color css

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

 a { background-color: rgb(214,177,77); }

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

border-color css

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

 span { border-color: rgb(214,177,77); }

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