Html Css Color HEX #CD9449 Anzac

📋 copy color: '#CD9449'

red 205 ◦ green 148 ◦ blue 73

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

Shades of Anzac #CD9449

Tints of Anzac #CD9449

RGB

 RED value IS 205 (80.47% from 255) = 48.12%

 GREEN value IS 148 (58.2% from 255) = 34.74%

 BLUE value IS 73 (28.91% from 255) = 17.14%

R = 48.12%
G = 34.74%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD9449 (or 0xCD9449) is known color: Anzac. HEX triplet: CD, 94 and 49. RGB value is (205,148,73). Sum of RGB (Red+Green+Blue) = 205+148+73=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9449 is #326BB6. Grayscale: #9C9C9C. Windows color (decimal): -3304375 or 4822221. OLE color: 4822221.

HSL color Cylindrical-coordinate representation of color #CD9449: hue angle of 34.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD9449 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 73 -
CMYK 0 0.28 0.64 0.20
HSL 34.09º 0.57% 0.55% -
HSV(B) 34.09º 0.64% 0.8% -
XYZ 36.97 34.64 11.04 -
YUV 156.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 205 148 73 0 0.28 0.64 0.20 34.09 0.57 0.55
Hex CD 94 49 0 1C 40 14 22 39 37
Octal 315 224 111 0 34 100 24 42 71 67
Binary 11001101 10010100 1001001 0 11100 1000000 10100 100010 111001 110111

Color Harmonies of #CD9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9449

Black with #CD9449

Text Example


Text Example

White with #CD9449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9449; }

 p { color: rgb(205,148,73); }

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

background-color css

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

 a { background-color: rgb(205,148,73); }

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

border-color css

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

 span { border-color: rgb(205,148,73); }

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