Html Css Color HEX #D29340 Anzac

📋 copy color: '#D29340'

red 210 ◦ green 147 ◦ blue 64

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

Shades of Anzac #D29340

Tints of Anzac #D29340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 49.88%
G = 34.92%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D29340 (or 0xD29340) is known color: Anzac. HEX triplet: D2, 93 and 40. RGB value is (210,147,64). Sum of RGB (Red+Green+Blue) = 210+147+64=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D29340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29340 is #2D6CBF. Grayscale: #9C9C9C. Windows color (decimal): -2976960 or 4232146. OLE color: 4232146.

HSL color Cylindrical-coordinate representation of color #D29340: hue angle of 34.11º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D29340 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 147 64 -
CMYK 0 0.30 0.70 0.18
HSL 34.11º 0.62% 0.54% -
HSV(B) 34.11º 0.7% 0.82% -
XYZ 37.94 34.94 9.59 -
YUV 156.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 210 147 64 0 0.30 0.70 0.18 34.11 0.62 0.54
Hex D2 93 40 0 1E 46 12 22 3E 36
Octal 322 223 100 0 36 106 22 42 76 66
Binary 11010010 10010011 1000000 0 11110 1000110 10010 100010 111110 110110

Color Harmonies of #D29340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29340

Black with #D29340

Text Example


Text Example

White with #D29340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29340; }

 p { color: rgb(210,147,64); }

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

background-color css

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

 a { background-color: rgb(210,147,64); }

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

border-color css

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

 span { border-color: rgb(210,147,64); }

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