Html Css Color HEX #D29042 Anzac

📋 copy color: '#D29042'

red 210 ◦ green 144 ◦ blue 66

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

Shades of Anzac #D29042

Tints of Anzac #D29042

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

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

R = 50%
G = 34.29%
B = 15.71%

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

#D29042 (or 0xD29042) is known color: Anzac. HEX triplet: D2, 90 and 42. RGB value is (210,144,66). Sum of RGB (Red+Green+Blue) = 210+144+66=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D29042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29042 is #2D6FBD. Grayscale: #9B9B9B. Windows color (decimal): -2977726 or 4362450. OLE color: 4362450.

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

Color convert

RGB 210 144 66 -
CMYK 0 0.31 0.69 0.18
HSL 32.5º 0.62% 0.54% -
HSV(B) 32.5º 0.69% 0.82% -
XYZ 37.53 34.04 9.75 -
YUV 154.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 210 144 66 0 0.31 0.69 0.18 32.5 0.62 0.54
Hex D2 90 42 0 1F 45 12 20 3E 36
Octal 322 220 102 0 37 105 22 40 76 66
Binary 11010010 10010000 1000010 0 11111 1000101 10010 100000 111110 110110

Color Harmonies of #D29042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29042

Black with #D29042

Text Example


Text Example

White with #D29042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29042; }

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

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

background-color css

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

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

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

border-color css

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

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

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