Html Css Color HEX #D29541 Anzac

📋 copy color: '#D29541'

red 210 ◦ green 149 ◦ blue 65

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

Shades of Anzac #D29541

Tints of Anzac #D29541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 49.53%
G = 35.14%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D29541 (or 0xD29541) is known color: Anzac. HEX triplet: D2, 95 and 41. RGB value is (210,149,65). Sum of RGB (Red+Green+Blue) = 210+149+65=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D29541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29541 is #2D6ABE. Grayscale: #9E9E9E. Windows color (decimal): -2976447 or 4298194. OLE color: 4298194.

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

Color convert

RGB 210 149 65 -
CMYK 0 0.29 0.69 0.18
HSL 34.76º 0.62% 0.54% -
HSV(B) 34.76º 0.69% 0.82% -
XYZ 38.28 35.58 9.85 -
YUV 157.66 75.71 165.33 -
System Red Green Blue C M Y K H S L
Decimal 210 149 65 0 0.29 0.69 0.18 34.76 0.62 0.54
Hex D2 95 41 0 1D 45 12 23 3E 36
Octal 322 225 101 0 35 105 22 43 76 66
Binary 11010010 10010101 1000001 0 11101 1000101 10010 100011 111110 110110

Color Harmonies of #D29541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29541

Black with #D29541

Text Example


Text Example

White with #D29541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29541; }

 p { color: rgb(210,149,65); }

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

background-color css

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

 a { background-color: rgb(210,149,65); }

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

border-color css

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

 span { border-color: rgb(210,149,65); }

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