Html Css Color HEX #D8B048 Rob Roy

📋 copy color: '#D8B048'

red 216 ◦ green 176 ◦ blue 72

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

Shades of Rob Roy #D8B048

Tints of Rob Roy #D8B048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.93%

 BLUE value IS 72 (28.52% from 255) = 15.52%

R = 46.55%
G = 37.93%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D8B048 (or 0xD8B048) is known color: Rob Roy. HEX triplet: D8, B0 and 48. RGB value is (216,176,72). Sum of RGB (Red+Green+Blue) = 216+176+72=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B048 is #274FB7. Grayscale: #B0B0B0. Windows color (decimal): -2576312 or 4763864. OLE color: 4763864.

HSL color Cylindrical-coordinate representation of color #D8B048: hue angle of 43.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8B048 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 72 -
CMYK 0 0.19 0.67 0.15
HSL 43.33º 0.65% 0.56% -
HSV(B) 43.33º 0.67% 0.85% -
XYZ 45.01 46.12 12.66 -
YUV 176.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 216 176 72 0 0.19 0.67 0.15 43.33 0.65 0.56
Hex D8 B0 48 0 13 43 F 2B 41 38
Octal 330 260 110 0 23 103 17 53 101 70
Binary 11011000 10110000 1001000 0 10011 1000011 1111 101011 1000001 111000

Color Harmonies of #D8B048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B048

Black with #D8B048

Text Example


Text Example

White with #D8B048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B048; }

 p { color: rgb(216,176,72); }

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

background-color css

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

 a { background-color: rgb(216,176,72); }

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

border-color css

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

 span { border-color: rgb(216,176,72); }

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