Html Css Color HEX #D9B053 Rob Roy

📋 copy color: '#D9B053'

red 217 ◦ green 176 ◦ blue 83

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

Shades of Rob Roy #D9B053

Tints of Rob Roy #D9B053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.44%

R = 45.59%
G = 36.97%
B = 17.44%

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

#D9B053 (or 0xD9B053) is known color: Rob Roy. HEX triplet: D9, B0 and 53. RGB value is (217,176,83). Sum of RGB (Red+Green+Blue) = 217+176+83=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 83 (32.81% from 255 or 17.44% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B053 is #264FAC. Grayscale: #B2B2B2. Windows color (decimal): -2510765 or 5484761. OLE color: 5484761.

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

Color convert

RGB 217 176 83 -
CMYK 0 0.19 0.62 0.15
HSL 41.64º 0.64% 0.59% -
HSV(B) 41.64º 0.62% 0.85% -
XYZ 45.7 46.43 14.74 -
YUV 177.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 217 176 83 0 0.19 0.62 0.15 41.64 0.64 0.59
Hex D9 B0 53 0 13 3E F 2A 40 3B
Octal 331 260 123 0 23 76 17 52 100 73
Binary 11011001 10110000 1010011 0 10011 111110 1111 101010 1000000 111011

Color Harmonies of #D9B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B053

Black with #D9B053

Text Example


Text Example

White with #D9B053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B053; }

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

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

background-color css

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

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

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

border-color css

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

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

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