Html Css Color HEX #D09141 Anzac

📋 copy color: '#D09141'

red 208 ◦ green 145 ◦ blue 65

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

Shades of Anzac #D09141

Tints of Anzac #D09141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.55%

R = 49.76%
G = 34.69%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D09141 (or 0xD09141) is known color: Anzac. HEX triplet: D0, 91 and 41. RGB value is (208,145,65). Sum of RGB (Red+Green+Blue) = 208+145+65=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D09141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09141 is #2F6EBE. Grayscale: #9B9B9B. Windows color (decimal): -3108543 or 4297168. OLE color: 4297168.

HSL color Cylindrical-coordinate representation of color #D09141: hue angle of 33.57º degrees, saturation: 0.6, 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 #D09141 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 65 -
CMYK 0 0.30 0.69 0.18
HSL 33.57º 0.6% 0.54% -
HSV(B) 33.57º 0.69% 0.82% -
XYZ 37.09 34.04 9.62 -
YUV 154.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 208 145 65 0 0.30 0.69 0.18 33.57 0.6 0.54
Hex D0 91 41 0 1E 45 12 22 3C 36
Octal 320 221 101 0 36 105 22 42 74 66
Binary 11010000 10010001 1000001 0 11110 1000101 10010 100010 111100 110110

Color Harmonies of #D09141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09141

Black with #D09141

Text Example


Text Example

White with #D09141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09141; }

 p { color: rgb(208,145,65); }

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

background-color css

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

 a { background-color: rgb(208,145,65); }

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

border-color css

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

 span { border-color: rgb(208,145,65); }

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