Html Css Color HEX #D4A748 Rob Roy

📋 copy color: '#D4A748'

red 212 ◦ green 167 ◦ blue 72

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

Shades of Rob Roy #D4A748

Tints of Rob Roy #D4A748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.03%

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

R = 47.01%
G = 37.03%
B = 15.96%

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

#D4A748 (or 0xD4A748) is known color: Rob Roy. HEX triplet: D4, A7 and 48. RGB value is (212,167,72). Sum of RGB (Red+Green+Blue) = 212+167+72=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A748 is #2B58B7. Grayscale: #AAAAAA. Windows color (decimal): -2840760 or 4761556. OLE color: 4761556.

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

Color convert

RGB 212 167 72 -
CMYK 0 0.21 0.66 0.17
HSL 40.71º 0.62% 0.56% -
HSV(B) 40.71º 0.66% 0.83% -
XYZ 42.14 42.1 12.04 -
YUV 169.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 212 167 72 0 0.21 0.66 0.17 40.71 0.62 0.56
Hex D4 A7 48 0 15 42 11 29 3E 38
Octal 324 247 110 0 25 102 21 51 76 70
Binary 11010100 10100111 1001000 0 10101 1000010 10001 101001 111110 111000

Color Harmonies of #D4A748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A748

Black with #D4A748

Text Example


Text Example

White with #D4A748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A748; }

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

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

background-color css

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

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

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

border-color css

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

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

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