Html Css Color HEX #D4A548 Rob Roy

📋 copy color: '#D4A548'

red 212 ◦ green 165 ◦ blue 72

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

Shades of Rob Roy #D4A548

Tints of Rob Roy #D4A548

RGB

 RED value IS 212 (83.2% from 255) = 47.22%

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

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

R = 47.22%
G = 36.75%
B = 16.04%

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

#D4A548 (or 0xD4A548) is known color: Rob Roy. HEX triplet: D4, A5 and 48. RGB value is (212,165,72). Sum of RGB (Red+Green+Blue) = 212+165+72=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A548 is #2B5AB7. Grayscale: #A8A8A8. Windows color (decimal): -2841272 or 4761044. OLE color: 4761044.

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

Color convert

RGB 212 165 72 -
CMYK 0 0.22 0.66 0.17
HSL 39.86º 0.62% 0.56% -
HSV(B) 39.86º 0.66% 0.83% -
XYZ 41.78 41.38 11.92 -
YUV 168.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 212 165 72 0 0.22 0.66 0.17 39.86 0.62 0.56
Hex D4 A5 48 0 16 42 11 28 3E 38
Octal 324 245 110 0 26 102 21 50 76 70
Binary 11010100 10100101 1001000 0 10110 1000010 10001 101000 111110 111000

Color Harmonies of #D4A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A548

Black with #D4A548

Text Example


Text Example

White with #D4A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A548; }

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

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

background-color css

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

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

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

border-color css

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

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

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