Html Css Color HEX #D8B650 Rob Roy

📋 copy color: '#D8B650'

red 216 ◦ green 182 ◦ blue 80

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

Shades of Rob Roy #D8B650

Tints of Rob Roy #D8B650

RGB

 RED value IS 216 (84.77% from 255) = 45.19%

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

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

R = 45.19%
G = 38.08%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8B650 (or 0xD8B650) is known color: Rob Roy. HEX triplet: D8, B6 and 50. RGB value is (216,182,80). Sum of RGB (Red+Green+Blue) = 216+182+80=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B650 is #2749AF. Grayscale: #B4B4B4. Windows color (decimal): -2574768 or 5289688. OLE color: 5289688.

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

Color convert

RGB 216 182 80 -
CMYK 0 0.16 0.63 0.15
HSL 45º 0.64% 0.58% -
HSV(B) 45º 0.63% 0.85% -
XYZ 46.49 48.63 14.53 -
YUV 180.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 216 182 80 0 0.16 0.63 0.15 45 0.64 0.58
Hex D8 B6 50 0 10 3F F 2D 40 3A
Octal 330 266 120 0 20 77 17 55 100 72
Binary 11011000 10110110 1010000 0 10000 111111 1111 101101 1000000 111010

Color Harmonies of #D8B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B650

Black with #D8B650

Text Example


Text Example

White with #D8B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B650; }

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

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

background-color css

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

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

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

border-color css

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

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

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