Html Css Color HEX #D6B551 Rob Roy

📋 copy color: '#D6B551'

red 214 ◦ green 181 ◦ blue 81

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

Shades of Rob Roy #D6B551

Tints of Rob Roy #D6B551

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

 BLUE value IS 81 (32.03% from 255) = 17.02%

R = 44.96%
G = 38.03%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D6B551 (or 0xD6B551) is known color: Rob Roy. HEX triplet: D6, B5 and 51. RGB value is (214,181,81). Sum of RGB (Red+Green+Blue) = 214+181+81=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B551 is #294AAE. Grayscale: #B3B3B3. Windows color (decimal): -2706095 or 5354966. OLE color: 5354966.

HSL color Cylindrical-coordinate representation of color #D6B551: hue angle of 45.11º 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 #D6B551 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 81 -
CMYK 0 0.15 0.62 0.16
HSL 45.11º 0.62% 0.58% -
HSV(B) 45.11º 0.62% 0.84% -
XYZ 45.74 47.94 14.63 -
YUV 179.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 214 181 81 0 0.15 0.62 0.16 45.11 0.62 0.58
Hex D6 B5 51 0 F 3E 10 2D 3E 3A
Octal 326 265 121 0 17 76 20 55 76 72
Binary 11010110 10110101 1010001 0 1111 111110 10000 101101 111110 111010

Color Harmonies of #D6B551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B551

Black with #D6B551

Text Example


Text Example

White with #D6B551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B551; }

 p { color: rgb(214,181,81); }

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

background-color css

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

 a { background-color: rgb(214,181,81); }

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

border-color css

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

 span { border-color: rgb(214,181,81); }

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