Html Css Color HEX #D8B44C Rob Roy

📋 copy color: '#D8B44C'

red 216 ◦ green 180 ◦ blue 76

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

Shades of Rob Roy #D8B44C

Tints of Rob Roy #D8B44C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

 BLUE value IS 76 (30.08% from 255) = 16.1%

R = 45.76%
G = 38.14%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8B44C (or 0xD8B44C) is known color: Rob Roy. HEX triplet: D8, B4 and 4C. RGB value is (216,180,76). Sum of RGB (Red+Green+Blue) = 216+180+76=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B44C is #274BB3. Grayscale: #B3B3B3. Windows color (decimal): -2575284 or 5027032. OLE color: 5027032.

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

Color convert

RGB 216 180 76 -
CMYK 0 0.17 0.65 0.15
HSL 44.57º 0.64% 0.57% -
HSV(B) 44.57º 0.65% 0.85% -
XYZ 45.94 47.76 13.64 -
YUV 178.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 216 180 76 0 0.17 0.65 0.15 44.57 0.64 0.57
Hex D8 B4 4C 0 11 41 F 2D 40 39
Octal 330 264 114 0 21 101 17 55 100 71
Binary 11011000 10110100 1001100 0 10001 1000001 1111 101101 1000000 111001

Color Harmonies of #D8B44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B44C

Black with #D8B44C

Text Example


Text Example

White with #D8B44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B44C; }

 p { color: rgb(216,180,76); }

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

background-color css

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

 a { background-color: rgb(216,180,76); }

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

border-color css

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

 span { border-color: rgb(216,180,76); }

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