Html Css Color HEX #D6B54E Rob Roy

📋 copy color: '#D6B54E'

red 214 ◦ green 181 ◦ blue 78

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

Shades of Rob Roy #D6B54E

Tints of Rob Roy #D6B54E

RGB

 RED value IS 214 (83.98% from 255) = 45.24%

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

 BLUE value IS 78 (30.86% from 255) = 16.49%

R = 45.24%
G = 38.27%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6B54E (or 0xD6B54E) is known color: Rob Roy. HEX triplet: D6, B5 and 4E. RGB value is (214,181,78). Sum of RGB (Red+Green+Blue) = 214+181+78=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B54E is #294AB1. Grayscale: #B3B3B3. Windows color (decimal): -2706098 or 5158358. OLE color: 5158358.

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

Color convert

RGB 214 181 78 -
CMYK 0 0.15 0.64 0.16
HSL 45.44º 0.62% 0.57% -
HSV(B) 45.44º 0.64% 0.84% -
XYZ 45.63 47.89 14.05 -
YUV 179.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 214 181 78 0 0.15 0.64 0.16 45.44 0.62 0.57
Hex D6 B5 4E 0 F 40 10 2D 3E 39
Octal 326 265 116 0 17 100 20 55 76 71
Binary 11010110 10110101 1001110 0 1111 1000000 10000 101101 111110 111001

Color Harmonies of #D6B54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B54E

Black with #D6B54E

Text Example


Text Example

White with #D6B54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B54E; }

 p { color: rgb(214,181,78); }

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

background-color css

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

 a { background-color: rgb(214,181,78); }

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

border-color css

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

 span { border-color: rgb(214,181,78); }

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