Html Css Color HEX #D09440 Anzac

📋 copy color: '#D09440'

red 208 ◦ green 148 ◦ blue 64

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

Shades of Anzac #D09440

Tints of Anzac #D09440

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

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

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

R = 49.52%
G = 35.24%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D09440 (or 0xD09440) is known color: Anzac. HEX triplet: D0, 94 and 40. RGB value is (208,148,64). Sum of RGB (Red+Green+Blue) = 208+148+64=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D09440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09440 is #2F6BBF. Grayscale: #9C9C9C. Windows color (decimal): -3107776 or 4232400. OLE color: 4232400.

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

Color convert

RGB 208 148 64 -
CMYK 0 0.29 0.69 0.18
HSL 35º 0.61% 0.53% -
HSV(B) 35º 0.69% 0.82% -
XYZ 37.53 34.96 9.62 -
YUV 156.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 208 148 64 0 0.29 0.69 0.18 35 0.61 0.53
Hex D0 94 40 0 1D 45 12 23 3D 35
Octal 320 224 100 0 35 105 22 43 75 65
Binary 11010000 10010100 1000000 0 11101 1000101 10010 100011 111101 110101

Color Harmonies of #D09440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09440

Black with #D09440

Text Example


Text Example

White with #D09440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09440; }

 p { color: rgb(208,148,64); }

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

background-color css

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

 a { background-color: rgb(208,148,64); }

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

border-color css

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

 span { border-color: rgb(208,148,64); }

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