Html Css Color HEX #D9B052 Rob Roy

📋 copy color: '#D9B052'

red 217 ◦ green 176 ◦ blue 82

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

Shades of Rob Roy #D9B052

Tints of Rob Roy #D9B052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 45.68%
G = 37.05%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9B052 (or 0xD9B052) is known color: Rob Roy. HEX triplet: D9, B0 and 52. RGB value is (217,176,82). Sum of RGB (Red+Green+Blue) = 217+176+82=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B052 is #264FAD. Grayscale: #B1B1B1. Windows color (decimal): -2510766 or 5419225. OLE color: 5419225.

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

Color convert

RGB 217 176 82 -
CMYK 0 0.19 0.62 0.15
HSL 41.78º 0.64% 0.59% -
HSV(B) 41.78º 0.62% 0.85% -
XYZ 45.66 46.41 14.53 -
YUV 177.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 217 176 82 0 0.19 0.62 0.15 41.78 0.64 0.59
Hex D9 B0 52 0 13 3E F 2A 40 3B
Octal 331 260 122 0 23 76 17 52 100 73
Binary 11011001 10110000 1010010 0 10011 111110 1111 101010 1000000 111011

Color Harmonies of #D9B052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B052

Black with #D9B052

Text Example


Text Example

White with #D9B052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B052; }

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

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

background-color css

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

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

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

border-color css

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

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

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