Html Css Color HEX #D29140 Anzac

📋 copy color: '#D29140'

red 210 ◦ green 145 ◦ blue 64

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

Shades of Anzac #D29140

Tints of Anzac #D29140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 50.12%
G = 34.61%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D29140 (or 0xD29140) is known color: Anzac. HEX triplet: D2, 91 and 40. RGB value is (210,145,64). Sum of RGB (Red+Green+Blue) = 210+145+64=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D29140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29140 is #2D6EBF. Grayscale: #9B9B9B. Windows color (decimal): -2977472 or 4231634. OLE color: 4231634.

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

Color convert

RGB 210 145 64 -
CMYK 0 0.31 0.70 0.18
HSL 33.29º 0.62% 0.54% -
HSV(B) 33.29º 0.7% 0.82% -
XYZ 37.63 34.32 9.49 -
YUV 155.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 210 145 64 0 0.31 0.70 0.18 33.29 0.62 0.54
Hex D2 91 40 0 1F 46 12 21 3E 36
Octal 322 221 100 0 37 106 22 41 76 66
Binary 11010010 10010001 1000000 0 11111 1000110 10010 100001 111110 110110

Color Harmonies of #D29140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29140

Black with #D29140

Text Example


Text Example

White with #D29140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29140; }

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

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

background-color css

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

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

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

border-color css

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

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

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