Html Css Color HEX #D29241 Anzac

📋 copy color: '#D29241'

red 210 ◦ green 146 ◦ blue 65

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

Shades of Anzac #D29241

Tints of Anzac #D29241

RGB

 RED value IS 210 (82.42% from 255) = 49.88%

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

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

R = 49.88%
G = 34.68%
B = 15.44%

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

#D29241 (or 0xD29241) is known color: Anzac. HEX triplet: D2, 92 and 41. RGB value is (210,146,65). Sum of RGB (Red+Green+Blue) = 210+146+65=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D29241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29241 is #2D6DBE. Grayscale: #9C9C9C. Windows color (decimal): -2977215 or 4297426. OLE color: 4297426.

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

Color convert

RGB 210 146 65 -
CMYK 0 0.30 0.69 0.18
HSL 33.52º 0.62% 0.54% -
HSV(B) 33.52º 0.69% 0.82% -
XYZ 37.81 34.64 9.69 -
YUV 155.9 76.7 166.59 -
System Red Green Blue C M Y K H S L
Decimal 210 146 65 0 0.30 0.69 0.18 33.52 0.62 0.54
Hex D2 92 41 0 1E 45 12 22 3E 36
Octal 322 222 101 0 36 105 22 42 76 66
Binary 11010010 10010010 1000001 0 11110 1000101 10010 100010 111110 110110

Color Harmonies of #D29241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29241

Black with #D29241

Text Example


Text Example

White with #D29241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29241; }

 p { color: rgb(210,146,65); }

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

background-color css

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

 a { background-color: rgb(210,146,65); }

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

border-color css

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

 span { border-color: rgb(210,146,65); }

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