Html Css Color HEX #D7B04C Rob Roy

📋 copy color: '#D7B04C'

red 215 ◦ green 176 ◦ blue 76

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

Shades of Rob Roy #D7B04C

Tints of Rob Roy #D7B04C

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

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

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

R = 46.04%
G = 37.69%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7B04C (or 0xD7B04C) is known color: Rob Roy. HEX triplet: D7, B0 and 4C. RGB value is (215,176,76). Sum of RGB (Red+Green+Blue) = 215+176+76=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B04C is #284FB3. Grayscale: #B0B0B0. Windows color (decimal): -2641844 or 5026007. OLE color: 5026007.

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

Color convert

RGB 215 176 76 -
CMYK 0 0.18 0.65 0.16
HSL 43.17º 0.63% 0.57% -
HSV(B) 43.17º 0.65% 0.84% -
XYZ 44.85 46.02 13.36 -
YUV 176.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 215 176 76 0 0.18 0.65 0.16 43.17 0.63 0.57
Hex D7 B0 4C 0 12 41 10 2B 3F 39
Octal 327 260 114 0 22 101 20 53 77 71
Binary 11010111 10110000 1001100 0 10010 1000001 10000 101011 111111 111001

Color Harmonies of #D7B04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B04C

Black with #D7B04C

Text Example


Text Example

White with #D7B04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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