Html Css Color HEX #D29142 Anzac

📋 copy color: '#D29142'

red 210 ◦ green 145 ◦ blue 66

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

Shades of Anzac #D29142

Tints of Anzac #D29142

RGB

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

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

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

R = 49.88%
G = 34.44%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D29142 (or 0xD29142) is known color: Anzac. HEX triplet: D2, 91 and 42. RGB value is (210,145,66). Sum of RGB (Red+Green+Blue) = 210+145+66=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D29142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29142 is #2D6EBD. Grayscale: #9B9B9B. Windows color (decimal): -2977470 or 4362706. OLE color: 4362706.

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

Color convert

RGB 210 145 66 -
CMYK 0 0.31 0.69 0.18
HSL 32.92º 0.62% 0.54% -
HSV(B) 32.92º 0.69% 0.82% -
XYZ 37.69 34.35 9.8 -
YUV 155.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 210 145 66 0 0.31 0.69 0.18 32.92 0.62 0.54
Hex D2 91 42 0 1F 45 12 21 3E 36
Octal 322 221 102 0 37 105 22 41 76 66
Binary 11010010 10010001 1000010 0 11111 1000101 10010 100001 111110 110110

Color Harmonies of #D29142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29142

Black with #D29142

Text Example


Text Example

White with #D29142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29142; }

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

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

background-color css

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

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

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

border-color css

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

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

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