Html Css Color HEX #D29342 Anzac

📋 copy color: '#D29342'

red 210 ◦ green 147 ◦ blue 66

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

Shades of Anzac #D29342

Tints of Anzac #D29342

RGB

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

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

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

R = 49.65%
G = 34.75%
B = 15.6%

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

#D29342 (or 0xD29342) is known color: Anzac. HEX triplet: D2, 93 and 42. RGB value is (210,147,66). Sum of RGB (Red+Green+Blue) = 210+147+66=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D29342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29342 is #2D6CBD. Grayscale: #9C9C9C. Windows color (decimal): -2976958 or 4363218. OLE color: 4363218.

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

Color convert

RGB 210 147 66 -
CMYK 0 0.30 0.69 0.18
HSL 33.75º 0.62% 0.54% -
HSV(B) 33.75º 0.69% 0.82% -
XYZ 38 34.96 9.9 -
YUV 156.6 76.87 166.09 -
System Red Green Blue C M Y K H S L
Decimal 210 147 66 0 0.30 0.69 0.18 33.75 0.62 0.54
Hex D2 93 42 0 1E 45 12 22 3E 36
Octal 322 223 102 0 36 105 22 42 76 66
Binary 11010010 10010011 1000010 0 11110 1000101 10010 100010 111110 110110

Color Harmonies of #D29342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29342

Black with #D29342

Text Example


Text Example

White with #D29342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29342; }

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

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

background-color css

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

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

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

border-color css

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

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

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