Html Css Color HEX #D39242 Anzac

📋 copy color: '#D39242'

red 211 ◦ green 146 ◦ blue 66

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

Shades of Anzac #D39242

Tints of Anzac #D39242

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 49.88%
G = 34.52%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D39242 (or 0xD39242) is known color: Anzac. HEX triplet: D3, 92 and 42. RGB value is (211,146,66). Sum of RGB (Red+Green+Blue) = 211+146+66=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D39242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39242 is #2C6DBD. Grayscale: #9C9C9C. Windows color (decimal): -2911678 or 4362963. OLE color: 4362963.

HSL color Cylindrical-coordinate representation of color #D39242: hue angle of 33.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D39242 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 146 66 -
CMYK 0 0.31 0.69 0.17
HSL 33.1º 0.62% 0.54% -
HSV(B) 33.1º 0.69% 0.83% -
XYZ 38.13 34.8 9.86 -
YUV 156.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 211 146 66 0 0.31 0.69 0.17 33.1 0.62 0.54
Hex D3 92 42 0 1F 45 11 21 3E 36
Octal 323 222 102 0 37 105 21 41 76 66
Binary 11010011 10010010 1000010 0 11111 1000101 10001 100001 111110 110110

Color Harmonies of #D39242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39242

Black with #D39242

Text Example


Text Example

White with #D39242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39242; }

 p { color: rgb(211,146,66); }

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

background-color css

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

 a { background-color: rgb(211,146,66); }

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

border-color css

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

 span { border-color: rgb(211,146,66); }

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