Html Css Color HEX #CD9541 Anzac

📋 copy color: '#CD9541'

red 205 ◦ green 149 ◦ blue 65

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

Shades of Anzac #CD9541

Tints of Anzac #CD9541

RGB

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

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

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

R = 48.93%
G = 35.56%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD9541 (or 0xCD9541) is known color: Anzac. HEX triplet: CD, 95 and 41. RGB value is (205,149,65). Sum of RGB (Red+Green+Blue) = 205+149+65=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9541 is #326ABE. Grayscale: #9C9C9C. Windows color (decimal): -3304127 or 4298189. OLE color: 4298189.

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

Color convert

RGB 205 149 65 -
CMYK 0 0.27 0.68 0.20
HSL 36º 0.58% 0.53% -
HSV(B) 36º 0.68% 0.8% -
XYZ 36.88 34.86 9.79 -
YUV 156.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 205 149 65 0 0.27 0.68 0.20 36 0.58 0.53
Hex CD 95 41 0 1B 44 14 24 3A 35
Octal 315 225 101 0 33 104 24 44 72 65
Binary 11001101 10010101 1000001 0 11011 1000100 10100 100100 111010 110101

Color Harmonies of #CD9541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9541

Black with #CD9541

Text Example


Text Example

White with #CD9541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9541; }

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

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

background-color css

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

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

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

border-color css

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

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

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