Html Css Color HEX #D8B058 Rob Roy

📋 copy color: '#D8B058'

red 216 ◦ green 176 ◦ blue 88

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

Shades of Rob Roy #D8B058

Tints of Rob Roy #D8B058

RGB

 RED value IS 216 (84.77% from 255) = 45%

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

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

R = 45%
G = 36.67%
B = 18.33%

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

#D8B058 (or 0xD8B058) is known color: Rob Roy. HEX triplet: D8, B0 and 58. RGB value is (216,176,88). Sum of RGB (Red+Green+Blue) = 216+176+88=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B058 is #274FA7. Grayscale: #B2B2B2. Windows color (decimal): -2576296 or 5812440. OLE color: 5812440.

HSL color Cylindrical-coordinate representation of color #D8B058: hue angle of 41.25º degrees, saturation: 0.62, 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 #D8B058 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 88 -
CMYK 0 0.19 0.59 0.15
HSL 41.25º 0.62% 0.6% -
HSV(B) 41.25º 0.59% 0.85% -
XYZ 45.61 46.35 15.78 -
YUV 177.93 77.25 155.16 -
System Red Green Blue C M Y K H S L
Decimal 216 176 88 0 0.19 0.59 0.15 41.25 0.62 0.6
Hex D8 B0 58 0 13 3B F 29 3E 3C
Octal 330 260 130 0 23 73 17 51 76 74
Binary 11011000 10110000 1011000 0 10011 111011 1111 101001 111110 111100

Color Harmonies of #D8B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B058

Black with #D8B058

Text Example


Text Example

White with #D8B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B058; }

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

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

background-color css

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

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

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

border-color css

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

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

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