Html Css Color HEX #D09341 Anzac

📋 copy color: '#D09341'

red 208 ◦ green 147 ◦ blue 65

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

Shades of Anzac #D09341

Tints of Anzac #D09341

RGB

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

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

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

R = 49.52%
G = 35%
B = 15.48%

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

#D09341 (or 0xD09341) is known color: Anzac. HEX triplet: D0, 93 and 41. RGB value is (208,147,65). Sum of RGB (Red+Green+Blue) = 208+147+65=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D09341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09341 is #2F6CBE. Grayscale: #9C9C9C. Windows color (decimal): -3108031 or 4297680. OLE color: 4297680.

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

Color convert

RGB 208 147 65 -
CMYK 0 0.29 0.69 0.18
HSL 34.41º 0.6% 0.54% -
HSV(B) 34.41º 0.69% 0.82% -
XYZ 37.4 34.66 9.72 -
YUV 155.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 208 147 65 0 0.29 0.69 0.18 34.41 0.6 0.54
Hex D0 93 41 0 1D 45 12 22 3C 36
Octal 320 223 101 0 35 105 22 42 74 66
Binary 11010000 10010011 1000001 0 11101 1000101 10010 100010 111100 110110

Color Harmonies of #D09341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09341

Black with #D09341

Text Example


Text Example

White with #D09341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09341; }

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

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

background-color css

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

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

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

border-color css

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

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

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