Html Css Color HEX #D6B650 Rob Roy

📋 copy color: '#D6B650'

red 214 ◦ green 182 ◦ blue 80

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

Shades of Rob Roy #D6B650

Tints of Rob Roy #D6B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

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

R = 44.96%
G = 38.24%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6B650 (or 0xD6B650) is known color: Rob Roy. HEX triplet: D6, B6 and 50. RGB value is (214,182,80). Sum of RGB (Red+Green+Blue) = 214+182+80=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B650 is #2949AF. Grayscale: #B4B4B4. Windows color (decimal): -2705840 or 5289686. OLE color: 5289686.

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

Color convert

RGB 214 182 80 -
CMYK 0 0.15 0.63 0.16
HSL 45.67º 0.62% 0.58% -
HSV(B) 45.67º 0.63% 0.84% -
XYZ 45.91 48.33 14.5 -
YUV 179.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 214 182 80 0 0.15 0.63 0.16 45.67 0.62 0.58
Hex D6 B6 50 0 F 3F 10 2E 3E 3A
Octal 326 266 120 0 17 77 20 56 76 72
Binary 11010110 10110110 1010000 0 1111 111111 10000 101110 111110 111010

Color Harmonies of #D6B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B650

Black with #D6B650

Text Example


Text Example

White with #D6B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B650; }

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

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

background-color css

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

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

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

border-color css

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

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

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