Html Css Color HEX #D8B349 Rob Roy

📋 copy color: '#D8B349'

red 216 ◦ green 179 ◦ blue 73

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

Shades of Rob Roy #D8B349

Tints of Rob Roy #D8B349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.6%

R = 46.15%
G = 38.25%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8B349 (or 0xD8B349) is known color: Rob Roy. HEX triplet: D8, B3 and 49. RGB value is (216,179,73). Sum of RGB (Red+Green+Blue) = 216+179+73=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B349 is #274CB6. Grayscale: #B2B2B2. Windows color (decimal): -2575543 or 4830168. OLE color: 4830168.

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

Color convert

RGB 216 179 73 -
CMYK 0 0.17 0.66 0.15
HSL 44.48º 0.65% 0.57% -
HSV(B) 44.48º 0.66% 0.85% -
XYZ 45.64 47.32 13.03 -
YUV 177.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 216 179 73 0 0.17 0.66 0.15 44.48 0.65 0.57
Hex D8 B3 49 0 11 42 F 2C 41 39
Octal 330 263 111 0 21 102 17 54 101 71
Binary 11011000 10110011 1001001 0 10001 1000010 1111 101100 1000001 111001

Color Harmonies of #D8B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B349

Black with #D8B349

Text Example


Text Example

White with #D8B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B349; }

 p { color: rgb(216,179,73); }

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

background-color css

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

 a { background-color: rgb(216,179,73); }

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

border-color css

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

 span { border-color: rgb(216,179,73); }

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