Html Css Color HEX #D9B058 Rob Roy

📋 copy color: '#D9B058'

red 217 ◦ green 176 ◦ blue 88

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

Shades of Rob Roy #D9B058

Tints of Rob Roy #D9B058

RGB

 RED value IS 217 (85.16% from 255) = 45.11%

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

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

R = 45.11%
G = 36.59%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9B058 (or 0xD9B058) is known color: Rob Roy. HEX triplet: D9, B0 and 58. RGB value is (217,176,88). Sum of RGB (Red+Green+Blue) = 217+176+88=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B058 is #264FA7. Grayscale: #B2B2B2. Windows color (decimal): -2510760 or 5812441. OLE color: 5812441.

HSL color Cylindrical-coordinate representation of color #D9B058: hue angle of 40.93º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9B058 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 88 -
CMYK 0 0.19 0.59 0.15
HSL 40.93º 0.63% 0.6% -
HSV(B) 40.93º 0.59% 0.85% -
XYZ 45.9 46.51 15.79 -
YUV 178.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 217 176 88 0 0.19 0.59 0.15 40.93 0.63 0.6
Hex D9 B0 58 0 13 3B F 29 3F 3C
Octal 331 260 130 0 23 73 17 51 77 74
Binary 11011001 10110000 1011000 0 10011 111011 1111 101001 111111 111100

Color Harmonies of #D9B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B058

Black with #D9B058

Text Example


Text Example

White with #D9B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B058; }

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

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

background-color css

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

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

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

border-color css

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

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

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