Html Css Color HEX #D4AB48 Rob Roy

📋 copy color: '#D4AB48'

red 212 ◦ green 171 ◦ blue 72

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

Shades of Rob Roy #D4AB48

Tints of Rob Roy #D4AB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 46.59%
G = 37.58%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4AB48 (or 0xD4AB48) is known color: Rob Roy. HEX triplet: D4, AB and 48. RGB value is (212,171,72). Sum of RGB (Red+Green+Blue) = 212+171+72=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB48 is #2B54B7. Grayscale: #ACACAC. Windows color (decimal): -2839736 or 4762580. OLE color: 4762580.

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

Color convert

RGB 212 171 72 -
CMYK 0 0.19 0.66 0.17
HSL 42.43º 0.62% 0.56% -
HSV(B) 42.43º 0.66% 0.83% -
XYZ 42.88 43.59 12.28 -
YUV 171.97 71.58 156.55 -
System Red Green Blue C M Y K H S L
Decimal 212 171 72 0 0.19 0.66 0.17 42.43 0.62 0.56
Hex D4 AB 48 0 13 42 11 2A 3E 38
Octal 324 253 110 0 23 102 21 52 76 70
Binary 11010100 10101011 1001000 0 10011 1000010 10001 101010 111110 111000

Color Harmonies of #D4AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB48

Black with #D4AB48

Text Example


Text Example

White with #D4AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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