Html Css Color HEX #D6B14B Rob Roy

📋 copy color: '#D6B14B'

red 214 ◦ green 177 ◦ blue 75

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

Shades of Rob Roy #D6B14B

Tints of Rob Roy #D6B14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.09%

R = 45.92%
G = 37.98%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6B14B (or 0xD6B14B) is known color: Rob Roy. HEX triplet: D6, B1 and 4B. RGB value is (214,177,75). Sum of RGB (Red+Green+Blue) = 214+177+75=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B14B is #294EB4. Grayscale: #B0B0B0. Windows color (decimal): -2707125 or 4960726. OLE color: 4960726.

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

Color convert

RGB 214 177 75 -
CMYK 0 0.17 0.65 0.16
HSL 44.03º 0.63% 0.57% -
HSV(B) 44.03º 0.65% 0.84% -
XYZ 44.72 46.25 13.23 -
YUV 176.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 214 177 75 0 0.17 0.65 0.16 44.03 0.63 0.57
Hex D6 B1 4B 0 11 41 10 2C 3F 39
Octal 326 261 113 0 21 101 20 54 77 71
Binary 11010110 10110001 1001011 0 10001 1000001 10000 101100 111111 111001

Color Harmonies of #D6B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B14B

Black with #D6B14B

Text Example


Text Example

White with #D6B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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