Html Css Color HEX #D1944B Anzac

📋 copy color: '#D1944B'

red 209 ◦ green 148 ◦ blue 75

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

Shades of Anzac #D1944B

Tints of Anzac #D1944B

RGB

 RED value IS 209 (82.03% from 255) = 48.38%

 GREEN value IS 148 (58.2% from 255) = 34.26%

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 48.38%
G = 34.26%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1944B (or 0xD1944B) is known color: Anzac. HEX triplet: D1, 94 and 4B. RGB value is (209,148,75). Sum of RGB (Red+Green+Blue) = 209+148+75=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1944B is #2E6BB4. Grayscale: #9E9E9E. Windows color (decimal): -3042229 or 4953297. OLE color: 4953297.

HSL color Cylindrical-coordinate representation of color #D1944B: hue angle of 32.69º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1944B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 75 -
CMYK 0 0.29 0.64 0.18
HSL 32.69º 0.59% 0.56% -
HSV(B) 32.69º 0.64% 0.82% -
XYZ 38.15 35.24 11.45 -
YUV 157.92 81.21 164.44 -
System Red Green Blue C M Y K H S L
Decimal 209 148 75 0 0.29 0.64 0.18 32.69 0.59 0.56
Hex D1 94 4B 0 1D 40 12 21 3B 38
Octal 321 224 113 0 35 100 22 41 73 70
Binary 11010001 10010100 1001011 0 11101 1000000 10010 100001 111011 111000

Color Harmonies of #D1944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1944B

Black with #D1944B

Text Example


Text Example

White with #D1944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1944B; }

 p { color: rgb(209,148,75); }

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

background-color css

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

 a { background-color: rgb(209,148,75); }

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

border-color css

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

 span { border-color: rgb(209,148,75); }

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