Html Css Color HEX #CD8D45 Anzac

📋 copy color: '#CD8D45'

red 205 ◦ green 141 ◦ blue 69

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

Shades of Anzac #CD8D45

Tints of Anzac #CD8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 49.4%
G = 33.98%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD8D45 (or 0xCD8D45) is known color: Anzac. HEX triplet: CD, 8D and 45. RGB value is (205,141,69). Sum of RGB (Red+Green+Blue) = 205+141+69=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8D45 is #3272BA. Grayscale: #989898. Windows color (decimal): -3306171 or 4558285. OLE color: 4558285.

HSL color Cylindrical-coordinate representation of color #CD8D45: hue angle of 31.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD8D45 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 141 69 -
CMYK 0 0.31 0.66 0.20
HSL 31.76º 0.58% 0.54% -
HSV(B) 31.76º 0.66% 0.8% -
XYZ 35.78 32.46 10.01 -
YUV 151.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 205 141 69 0 0.31 0.66 0.20 31.76 0.58 0.54
Hex CD 8D 45 0 1F 42 14 20 3A 36
Octal 315 215 105 0 37 102 24 40 72 66
Binary 11001101 10001101 1000101 0 11111 1000010 10100 100000 111010 110110

Color Harmonies of #CD8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D45

Black with #CD8D45

Text Example


Text Example

White with #CD8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D45; }

 p { color: rgb(205,141,69); }

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

background-color css

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

 a { background-color: rgb(205,141,69); }

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

border-color css

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

 span { border-color: rgb(205,141,69); }

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