Html Css Color HEX #D6B34C Rob Roy

📋 copy color: '#D6B34C'

red 214 ◦ green 179 ◦ blue 76

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

Shades of Rob Roy #D6B34C

Tints of Rob Roy #D6B34C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

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

R = 45.63%
G = 38.17%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6B34C (or 0xD6B34C) is known color: Rob Roy. HEX triplet: D6, B3 and 4C. RGB value is (214,179,76). Sum of RGB (Red+Green+Blue) = 214+179+76=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B34C is #294CB3. Grayscale: #B2B2B2. Windows color (decimal): -2706612 or 5026774. OLE color: 5026774.

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

Color convert

RGB 214 179 76 -
CMYK 0 0.16 0.64 0.16
HSL 44.78º 0.63% 0.57% -
HSV(B) 44.78º 0.64% 0.84% -
XYZ 45.16 47.06 13.54 -
YUV 177.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 214 179 76 0 0.16 0.64 0.16 44.78 0.63 0.57
Hex D6 B3 4C 0 10 40 10 2D 3F 39
Octal 326 263 114 0 20 100 20 55 77 71
Binary 11010110 10110011 1001100 0 10000 1000000 10000 101101 111111 111001

Color Harmonies of #D6B34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B34C

Black with #D6B34C

Text Example


Text Example

White with #D6B34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B34C; }

 p { color: rgb(214,179,76); }

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

background-color css

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

 a { background-color: rgb(214,179,76); }

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

border-color css

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

 span { border-color: rgb(214,179,76); }

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