Html Css Color HEX #D09442 Anzac

📋 copy color: '#D09442'

red 208 ◦ green 148 ◦ blue 66

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

Shades of Anzac #D09442

Tints of Anzac #D09442

RGB

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

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

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

R = 49.29%
G = 35.07%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D09442 (or 0xD09442) is known color: Anzac. HEX triplet: D0, 94 and 42. RGB value is (208,148,66). Sum of RGB (Red+Green+Blue) = 208+148+66=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D09442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09442 is #2F6BBD. Grayscale: #9C9C9C. Windows color (decimal): -3107774 or 4363472. OLE color: 4363472.

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

Color convert

RGB 208 148 66 -
CMYK 0 0.29 0.68 0.18
HSL 34.65º 0.6% 0.54% -
HSV(B) 34.65º 0.68% 0.82% -
XYZ 37.59 34.98 9.93 -
YUV 156.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 208 148 66 0 0.29 0.68 0.18 34.65 0.6 0.54
Hex D0 94 42 0 1D 44 12 23 3C 36
Octal 320 224 102 0 35 104 22 43 74 66
Binary 11010000 10010100 1000010 0 11101 1000100 10010 100011 111100 110110

Color Harmonies of #D09442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09442

Black with #D09442

Text Example


Text Example

White with #D09442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09442; }

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

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

background-color css

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

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

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

border-color css

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

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

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