Html Css Color HEX #D19342 Anzac

📋 copy color: '#D19342'

red 209 ◦ green 147 ◦ blue 66

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

Shades of Anzac #D19342

Tints of Anzac #D19342

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 49.53%
G = 34.83%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D19342 (or 0xD19342) is known color: Anzac. HEX triplet: D1, 93 and 42. RGB value is (209,147,66). Sum of RGB (Red+Green+Blue) = 209+147+66=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D19342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19342 is #2E6CBD. Grayscale: #9C9C9C. Windows color (decimal): -3042494 or 4363217. OLE color: 4363217.

HSL color Cylindrical-coordinate representation of color #D19342: hue angle of 33.99º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D19342 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 147 66 -
CMYK 0 0.30 0.68 0.18
HSL 33.99º 0.61% 0.54% -
HSV(B) 33.99º 0.68% 0.82% -
XYZ 37.71 34.82 9.89 -
YUV 156.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 209 147 66 0 0.30 0.68 0.18 33.99 0.61 0.54
Hex D1 93 42 0 1E 44 12 22 3D 36
Octal 321 223 102 0 36 104 22 42 75 66
Binary 11010001 10010011 1000010 0 11110 1000100 10010 100010 111101 110110

Color Harmonies of #D19342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19342

Black with #D19342

Text Example


Text Example

White with #D19342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19342; }

 p { color: rgb(209,147,66); }

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

background-color css

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

 a { background-color: rgb(209,147,66); }

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

border-color css

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

 span { border-color: rgb(209,147,66); }

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