Html Css Color HEX #D39144 Anzac

📋 copy color: '#D39144'

red 211 ◦ green 145 ◦ blue 68

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

Shades of Anzac #D39144

Tints of Anzac #D39144

RGB

 RED value IS 211 (82.81% from 255) = 49.76%

 GREEN value IS 145 (57.03% from 255) = 34.2%

 BLUE value IS 68 (26.95% from 255) = 16.04%

R = 49.76%
G = 34.2%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D39144 (or 0xD39144) is known color: Anzac. HEX triplet: D3, 91 and 44. RGB value is (211,145,68). Sum of RGB (Red+Green+Blue) = 211+145+68=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D39144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39144 is #2C6EBB. Grayscale: #9C9C9C. Windows color (decimal): -2911932 or 4493779. OLE color: 4493779.

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

Color convert

RGB 211 145 68 -
CMYK 0 0.31 0.68 0.17
HSL 32.31º 0.62% 0.55% -
HSV(B) 32.31º 0.68% 0.83% -
XYZ 38.03 34.52 10.13 -
YUV 155.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 211 145 68 0 0.31 0.68 0.17 32.31 0.62 0.55
Hex D3 91 44 0 1F 44 11 20 3E 37
Octal 323 221 104 0 37 104 21 40 76 67
Binary 11010011 10010001 1000100 0 11111 1000100 10001 100000 111110 110111

Color Harmonies of #D39144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39144

Black with #D39144

Text Example


Text Example

White with #D39144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39144; }

 p { color: rgb(211,145,68); }

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

background-color css

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

 a { background-color: rgb(211,145,68); }

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

border-color css

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

 span { border-color: rgb(211,145,68); }

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