Html Css Color HEX #D4A848 Rob Roy

📋 copy color: '#D4A848'

red 212 ◦ green 168 ◦ blue 72

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

Shades of Rob Roy #D4A848

Tints of Rob Roy #D4A848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

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

R = 46.9%
G = 37.17%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4A848 (or 0xD4A848) is known color: Rob Roy. HEX triplet: D4, A8 and 48. RGB value is (212,168,72). Sum of RGB (Red+Green+Blue) = 212+168+72=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A848 is #2B57B7. Grayscale: #AAAAAA. Windows color (decimal): -2840504 or 4761812. OLE color: 4761812.

HSL color Cylindrical-coordinate representation of color #D4A848: hue angle of 41.14º 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 #D4A848 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 72 -
CMYK 0 0.21 0.66 0.17
HSL 41.14º 0.62% 0.56% -
HSV(B) 41.14º 0.66% 0.83% -
XYZ 42.32 42.47 12.1 -
YUV 170.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 212 168 72 0 0.21 0.66 0.17 41.14 0.62 0.56
Hex D4 A8 48 0 15 42 11 29 3E 38
Octal 324 250 110 0 25 102 21 51 76 70
Binary 11010100 10101000 1001000 0 10101 1000010 10001 101001 111110 111000

Color Harmonies of #D4A848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A848

Black with #D4A848

Text Example


Text Example

White with #D4A848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A848; }

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

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

background-color css

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

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

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

border-color css

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

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

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