Html Css Color HEX #D6B152 Rob Roy

📋 copy color: '#D6B152'

red 214 ◦ green 177 ◦ blue 82

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

Shades of Rob Roy #D6B152

Tints of Rob Roy #D6B152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.34%

R = 45.24%
G = 37.42%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6B152 (or 0xD6B152) is known color: Rob Roy. HEX triplet: D6, B1 and 52. RGB value is (214,177,82). Sum of RGB (Red+Green+Blue) = 214+177+82=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B152 is #294EAD. Grayscale: #B1B1B1. Windows color (decimal): -2707118 or 5419478. OLE color: 5419478.

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

Color convert

RGB 214 177 82 -
CMYK 0 0.17 0.62 0.16
HSL 43.18º 0.62% 0.58% -
HSV(B) 43.18º 0.62% 0.84% -
XYZ 44.98 46.35 14.56 -
YUV 177.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 214 177 82 0 0.17 0.62 0.16 43.18 0.62 0.58
Hex D6 B1 52 0 11 3E 10 2B 3E 3A
Octal 326 261 122 0 21 76 20 53 76 72
Binary 11010110 10110001 1010010 0 10001 111110 10000 101011 111110 111010

Color Harmonies of #D6B152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B152

Black with #D6B152

Text Example


Text Example

White with #D6B152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B152; }

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

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

background-color css

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

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

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

border-color css

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

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

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