Html Css Color HEX #D6B14F Rob Roy

📋 copy color: '#D6B14F'

red 214 ◦ green 177 ◦ blue 79

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

Shades of Rob Roy #D6B14F

Tints of Rob Roy #D6B14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.81%

R = 45.53%
G = 37.66%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6B14F (or 0xD6B14F) is known color: Rob Roy. HEX triplet: D6, B1 and 4F. RGB value is (214,177,79). Sum of RGB (Red+Green+Blue) = 214+177+79=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 79 (31.25% from 255 or 16.81% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B14F is #294EB0. Grayscale: #B1B1B1. Windows color (decimal): -2707121 or 5222870. OLE color: 5222870.

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

Color convert

RGB 214 177 79 -
CMYK 0 0.17 0.63 0.16
HSL 43.56º 0.62% 0.57% -
HSV(B) 43.56º 0.63% 0.84% -
XYZ 44.86 46.3 13.97 -
YUV 176.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 214 177 79 0 0.17 0.63 0.16 43.56 0.62 0.57
Hex D6 B1 4F 0 11 3F 10 2C 3E 39
Octal 326 261 117 0 21 77 20 54 76 71
Binary 11010110 10110001 1001111 0 10001 111111 10000 101100 111110 111001

Color Harmonies of #D6B14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B14F

Black with #D6B14F

Text Example


Text Example

White with #D6B14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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