Html Css Color HEX #D8B153 Rob Roy

📋 copy color: '#D8B153'

red 216 ◦ green 177 ◦ blue 83

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

Shades of Rob Roy #D8B153

Tints of Rob Roy #D8B153

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.18%

 BLUE value IS 83 (32.81% from 255) = 17.44%

R = 45.38%
G = 37.18%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8B153 (or 0xD8B153) is known color: Rob Roy. HEX triplet: D8, B1 and 53. RGB value is (216,177,83). Sum of RGB (Red+Green+Blue) = 216+177+83=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B153 is #274EAC. Grayscale: #B2B2B2. Windows color (decimal): -2576045 or 5485016. OLE color: 5485016.

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

Color convert

RGB 216 177 83 -
CMYK 0 0.18 0.62 0.15
HSL 42.41º 0.63% 0.59% -
HSV(B) 42.41º 0.62% 0.85% -
XYZ 45.6 46.67 14.79 -
YUV 177.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 216 177 83 0 0.18 0.62 0.15 42.41 0.63 0.59
Hex D8 B1 53 0 12 3E F 2A 3F 3B
Octal 330 261 123 0 22 76 17 52 77 73
Binary 11011000 10110001 1010011 0 10010 111110 1111 101010 111111 111011

Color Harmonies of #D8B153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B153

Black with #D8B153

Text Example


Text Example

White with #D8B153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B153; }

 p { color: rgb(216,177,83); }

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

background-color css

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

 a { background-color: rgb(216,177,83); }

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

border-color css

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

 span { border-color: rgb(216,177,83); }

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