Html Css Color HEX #CD9C40 Anzac

📋 copy color: '#CD9C40'

red 205 ◦ green 156 ◦ blue 64

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

Shades of Anzac #CD9C40

Tints of Anzac #CD9C40

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.71%

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 48.24%
G = 36.71%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD9C40 (or 0xCD9C40) is known color: Anzac. HEX triplet: CD, 9C and 40. RGB value is (205,156,64). Sum of RGB (Red+Green+Blue) = 205+156+64=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C40 is #3263BF. Grayscale: #A0A0A0. Windows color (decimal): -3302336 or 4234445. OLE color: 4234445.

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

Color convert

RGB 205 156 64 -
CMYK 0 0.24 0.69 0.20
HSL 39.15º 0.59% 0.53% -
HSV(B) 39.15º 0.69% 0.8% -
XYZ 37.99 37.13 10.01 -
YUV 160.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 205 156 64 0 0.24 0.69 0.20 39.15 0.59 0.53
Hex CD 9C 40 0 18 45 14 27 3B 35
Octal 315 234 100 0 30 105 24 47 73 65
Binary 11001101 10011100 1000000 0 11000 1000101 10100 100111 111011 110101

Color Harmonies of #CD9C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C40

Black with #CD9C40

Text Example


Text Example

White with #CD9C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C40; }

 p { color: rgb(205,156,64); }

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

background-color css

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

 a { background-color: rgb(205,156,64); }

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

border-color css

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

 span { border-color: rgb(205,156,64); }

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