Html Css Color HEX #D8B54A Rob Roy

📋 copy color: '#D8B54A'

red 216 ◦ green 181 ◦ blue 74

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

Shades of Rob Roy #D8B54A

Tints of Rob Roy #D8B54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 45.86%
G = 38.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8B54A (or 0xD8B54A) is known color: Rob Roy. HEX triplet: D8, B5 and 4A. RGB value is (216,181,74). Sum of RGB (Red+Green+Blue) = 216+181+74=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B54A is #274AB5. Grayscale: #B3B3B3. Windows color (decimal): -2575030 or 4896216. OLE color: 4896216.

HSL color Cylindrical-coordinate representation of color #D8B54A: hue angle of 45.21º 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 #D8B54A is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 74 -
CMYK 0 0.16 0.66 0.15
HSL 45.21º 0.65% 0.57% -
HSV(B) 45.21º 0.66% 0.85% -
XYZ 46.08 48.14 13.34 -
YUV 179.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 216 181 74 0 0.16 0.66 0.15 45.21 0.65 0.57
Hex D8 B5 4A 0 10 42 F 2D 41 39
Octal 330 265 112 0 20 102 17 55 101 71
Binary 11011000 10110101 1001010 0 10000 1000010 1111 101101 1000001 111001

Color Harmonies of #D8B54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B54A

Black with #D8B54A

Text Example


Text Example

White with #D8B54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B54A; }

 p { color: rgb(216,181,74); }

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

background-color css

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

 a { background-color: rgb(216,181,74); }

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

border-color css

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

 span { border-color: rgb(216,181,74); }

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