Html Css Color HEX #D3A548 Rob Roy

📋 copy color: '#D3A548'

red 211 ◦ green 165 ◦ blue 72

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

Shades of Rob Roy #D3A548

Tints of Rob Roy #D3A548

RGB

 RED value IS 211 (82.81% from 255) = 47.1%

 GREEN value IS 165 (64.84% from 255) = 36.83%

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 47.1%
G = 36.83%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D3A548 (or 0xD3A548) is known color: Rob Roy. HEX triplet: D3, A5 and 48. RGB value is (211,165,72). Sum of RGB (Red+Green+Blue) = 211+165+72=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A548 is #2C5AB7. Grayscale: #A8A8A8. Windows color (decimal): -2906808 or 4761043. OLE color: 4761043.

HSL color Cylindrical-coordinate representation of color #D3A548: hue angle of 40.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3A548 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 165 72 -
CMYK 0 0.22 0.66 0.17
HSL 40.14º 0.61% 0.55% -
HSV(B) 40.14º 0.66% 0.83% -
XYZ 41.49 41.23 11.9 -
YUV 168.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 211 165 72 0 0.22 0.66 0.17 40.14 0.61 0.55
Hex D3 A5 48 0 16 42 11 28 3D 37
Octal 323 245 110 0 26 102 21 50 75 67
Binary 11010011 10100101 1001000 0 10110 1000010 10001 101000 111101 110111

Color Harmonies of #D3A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A548

Black with #D3A548

Text Example


Text Example

White with #D3A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A548; }

 p { color: rgb(211,165,72); }

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

background-color css

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

 a { background-color: rgb(211,165,72); }

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

border-color css

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

 span { border-color: rgb(211,165,72); }

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