Html Css Color HEX #D6B04C Rob Roy

📋 copy color: '#D6B04C'

red 214 ◦ green 176 ◦ blue 76

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

Shades of Rob Roy #D6B04C

Tints of Rob Roy #D6B04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

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

R = 45.92%
G = 37.77%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6B04C (or 0xD6B04C) is known color: Rob Roy. HEX triplet: D6, B0 and 4C. RGB value is (214,176,76). Sum of RGB (Red+Green+Blue) = 214+176+76=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6B04C is #294FB3. Grayscale: #B0B0B0. Windows color (decimal): -2707380 or 5026006. OLE color: 5026006.

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

Color convert

RGB 214 176 76 -
CMYK 0 0.18 0.64 0.16
HSL 43.48º 0.63% 0.57% -
HSV(B) 43.48º 0.64% 0.84% -
XYZ 44.56 45.87 13.34 -
YUV 175.96 71.59 155.13 -
System Red Green Blue C M Y K H S L
Decimal 214 176 76 0 0.18 0.64 0.16 43.48 0.63 0.57
Hex D6 B0 4C 0 12 40 10 2B 3F 39
Octal 326 260 114 0 22 100 20 53 77 71
Binary 11010110 10110000 1001100 0 10010 1000000 10000 101011 111111 111001

Color Harmonies of #D6B04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B04C

Black with #D6B04C

Text Example


Text Example

White with #D6B04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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