Html Css Color HEX #D6B350 Rob Roy

📋 copy color: '#D6B350'

red 214 ◦ green 179 ◦ blue 80

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

Shades of Rob Roy #D6B350

Tints of Rob Roy #D6B350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.84%

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 45.24%
G = 37.84%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6B350 (or 0xD6B350) is known color: Rob Roy. HEX triplet: D6, B3 and 50. RGB value is (214,179,80). Sum of RGB (Red+Green+Blue) = 214+179+80=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B350 is #294CAF. Grayscale: #B2B2B2. Windows color (decimal): -2706608 or 5288918. OLE color: 5288918.

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

Color convert

RGB 214 179 80 -
CMYK 0 0.16 0.63 0.16
HSL 44.33º 0.62% 0.58% -
HSV(B) 44.33º 0.63% 0.84% -
XYZ 45.3 47.12 14.3 -
YUV 178.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 214 179 80 0 0.16 0.63 0.16 44.33 0.62 0.58
Hex D6 B3 50 0 10 3F 10 2C 3E 3A
Octal 326 263 120 0 20 77 20 54 76 72
Binary 11010110 10110011 1010000 0 10000 111111 10000 101100 111110 111010

Color Harmonies of #D6B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B350

Black with #D6B350

Text Example


Text Example

White with #D6B350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B350; }

 p { color: rgb(214,179,80); }

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

background-color css

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

 a { background-color: rgb(214,179,80); }

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

border-color css

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

 span { border-color: rgb(214,179,80); }

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