Html Css Color HEX #CD9441 Anzac

📋 copy color: '#CD9441'

red 205 ◦ green 148 ◦ blue 65

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

Shades of Anzac #CD9441

Tints of Anzac #CD9441

RGB

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

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

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

R = 49.04%
G = 35.41%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD9441 (or 0xCD9441) is known color: Anzac. HEX triplet: CD, 94 and 41. RGB value is (205,148,65). Sum of RGB (Red+Green+Blue) = 205+148+65=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9441 is #326BBE. Grayscale: #9B9B9B. Windows color (decimal): -3304383 or 4297933. OLE color: 4297933.

HSL color Cylindrical-coordinate representation of color #CD9441: hue angle of 35.57º 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 #CD9441 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 148 65 -
CMYK 0 0.28 0.68 0.20
HSL 35.57º 0.58% 0.53% -
HSV(B) 35.57º 0.68% 0.8% -
XYZ 36.72 34.54 9.73 -
YUV 155.58 76.88 163.25 -
System Red Green Blue C M Y K H S L
Decimal 205 148 65 0 0.28 0.68 0.20 35.57 0.58 0.53
Hex CD 94 41 0 1C 44 14 24 3A 35
Octal 315 224 101 0 34 104 24 44 72 65
Binary 11001101 10010100 1000001 0 11100 1000100 10100 100100 111010 110101

Color Harmonies of #CD9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9441

Black with #CD9441

Text Example


Text Example

White with #CD9441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9441; }

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

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

background-color css

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

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

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

border-color css

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

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

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