Html Css Color HEX #D4A648 Rob Roy

📋 copy color: '#D4A648'

red 212 ◦ green 166 ◦ blue 72

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

Shades of Rob Roy #D4A648

Tints of Rob Roy #D4A648

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.89%

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

R = 47.11%
G = 36.89%
B = 16%

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

#D4A648 (or 0xD4A648) is known color: Rob Roy. HEX triplet: D4, A6 and 48. RGB value is (212,166,72). Sum of RGB (Red+Green+Blue) = 212+166+72=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A648 is #2B59B7. Grayscale: #A9A9A9. Windows color (decimal): -2841016 or 4761300. OLE color: 4761300.

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

Color convert

RGB 212 166 72 -
CMYK 0 0.22 0.66 0.17
HSL 40.29º 0.62% 0.56% -
HSV(B) 40.29º 0.66% 0.83% -
XYZ 41.96 41.74 11.98 -
YUV 169.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 212 166 72 0 0.22 0.66 0.17 40.29 0.62 0.56
Hex D4 A6 48 0 16 42 11 28 3E 38
Octal 324 246 110 0 26 102 21 50 76 70
Binary 11010100 10100110 1001000 0 10110 1000010 10001 101000 111110 111000

Color Harmonies of #D4A648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A648

Black with #D4A648

Text Example


Text Example

White with #D4A648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A648; }

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

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

background-color css

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

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

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

border-color css

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

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

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