Html Css Color HEX #D7B058 Rob Roy

📋 copy color: '#D7B058'

red 215 ◦ green 176 ◦ blue 88

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

Shades of Rob Roy #D7B058

Tints of Rob Roy #D7B058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.37%

R = 44.89%
G = 36.74%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D7B058 (or 0xD7B058) is known color: Rob Roy. HEX triplet: D7, B0 and 58. RGB value is (215,176,88). Sum of RGB (Red+Green+Blue) = 215+176+88=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 88 (34.77% from 255 or 18.37% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B058 is #284FA7. Grayscale: #B2B2B2. Windows color (decimal): -2641832 or 5812439. OLE color: 5812439.

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

Color convert

RGB 215 176 88 -
CMYK 0 0.18 0.59 0.16
HSL 41.57º 0.61% 0.59% -
HSV(B) 41.57º 0.59% 0.84% -
XYZ 45.31 46.2 15.76 -
YUV 177.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 215 176 88 0 0.18 0.59 0.16 41.57 0.61 0.59
Hex D7 B0 58 0 12 3B 10 2A 3D 3B
Octal 327 260 130 0 22 73 20 52 75 73
Binary 11010111 10110000 1011000 0 10010 111011 10000 101010 111101 111011

Color Harmonies of #D7B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B058

Black with #D7B058

Text Example


Text Example

White with #D7B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B058; }

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

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

background-color css

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

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

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

border-color css

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

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

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