Html Css Color HEX #D39143 Anzac

📋 copy color: '#D39143'

red 211 ◦ green 145 ◦ blue 67

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

Shades of Anzac #D39143

Tints of Anzac #D39143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.84%

R = 49.88%
G = 34.28%
B = 15.84%

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

#D39143 (or 0xD39143) is known color: Anzac. HEX triplet: D3, 91 and 43. RGB value is (211,145,67). Sum of RGB (Red+Green+Blue) = 211+145+67=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D39143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39143 is #2C6EBC. Grayscale: #9C9C9C. Windows color (decimal): -2911933 or 4428243. OLE color: 4428243.

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

Color convert

RGB 211 145 67 -
CMYK 0 0.31 0.68 0.17
HSL 32.5º 0.62% 0.55% -
HSV(B) 32.5º 0.68% 0.83% -
XYZ 38 34.5 9.97 -
YUV 155.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 211 145 67 0 0.31 0.68 0.17 32.5 0.62 0.55
Hex D3 91 43 0 1F 44 11 20 3E 37
Octal 323 221 103 0 37 104 21 40 76 67
Binary 11010011 10010001 1000011 0 11111 1000100 10001 100000 111110 110111

Color Harmonies of #D39143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39143

Black with #D39143

Text Example


Text Example

White with #D39143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39143; }

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

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

background-color css

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

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

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

border-color css

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

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

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