Html Css Color HEX #D6B54D Rob Roy

📋 copy color: '#D6B54D'

red 214 ◦ green 181 ◦ blue 77

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

Shades of Rob Roy #D6B54D

Tints of Rob Roy #D6B54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.31%

R = 45.34%
G = 38.35%
B = 16.31%

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

#D6B54D (or 0xD6B54D) is known color: Rob Roy. HEX triplet: D6, B5 and 4D. RGB value is (214,181,77). Sum of RGB (Red+Green+Blue) = 214+181+77=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B54D is #294AB2. Grayscale: #B3B3B3. Windows color (decimal): -2706099 or 5092822. OLE color: 5092822.

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

Color convert

RGB 214 181 77 -
CMYK 0 0.15 0.64 0.16
HSL 45.55º 0.63% 0.57% -
HSV(B) 45.55º 0.64% 0.84% -
XYZ 45.59 47.88 13.86 -
YUV 179.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 214 181 77 0 0.15 0.64 0.16 45.55 0.63 0.57
Hex D6 B5 4D 0 F 40 10 2E 3F 39
Octal 326 265 115 0 17 100 20 56 77 71
Binary 11010110 10110101 1001101 0 1111 1000000 10000 101110 111111 111001

Color Harmonies of #D6B54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B54D

Black with #D6B54D

Text Example


Text Example

White with #D6B54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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