Html Css Color HEX #D19640 Anzac

📋 copy color: '#D19640'

red 209 ◦ green 150 ◦ blue 64

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

Shades of Anzac #D19640

Tints of Anzac #D19640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 49.41%
G = 35.46%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D19640 (or 0xD19640) is known color: Anzac. HEX triplet: D1, 96 and 40. RGB value is (209,150,64). Sum of RGB (Red+Green+Blue) = 209+150+64=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D19640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19640 is #2E69BF. Grayscale: #9E9E9E. Windows color (decimal): -3041728 or 4232913. OLE color: 4232913.

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

Color convert

RGB 209 150 64 -
CMYK 0 0.28 0.69 0.18
HSL 35.59º 0.61% 0.54% -
HSV(B) 35.59º 0.69% 0.82% -
XYZ 38.13 35.74 9.74 -
YUV 157.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 209 150 64 0 0.28 0.69 0.18 35.59 0.61 0.54
Hex D1 96 40 0 1C 45 12 24 3D 36
Octal 321 226 100 0 34 105 22 44 75 66
Binary 11010001 10010110 1000000 0 11100 1000101 10010 100100 111101 110110

Color Harmonies of #D19640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19640

Black with #D19640

Text Example


Text Example

White with #D19640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19640; }

 p { color: rgb(209,150,64); }

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

background-color css

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

 a { background-color: rgb(209,150,64); }

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

border-color css

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

 span { border-color: rgb(209,150,64); }

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