Html Css Color HEX #CD8D3A Anzac

📋 copy color: '#CD8D3A'

red 205 ◦ green 141 ◦ blue 58

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

Shades of Anzac #CD8D3A

Tints of Anzac #CD8D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 50.74%
G = 34.9%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD8D3A (or 0xCD8D3A) is known color: Anzac. HEX triplet: CD, 8D and 3A. RGB value is (205,141,58). Sum of RGB (Red+Green+Blue) = 205+141+58=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8D3A is #3272C5. Grayscale: #979797. Windows color (decimal): -3306182 or 3837389. OLE color: 3837389.

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

Color convert

RGB 205 141 58 -
CMYK 0 0.31 0.72 0.20
HSL 33.88º 0.6% 0.52% -
HSV(B) 33.88º 0.72% 0.8% -
XYZ 35.47 32.33 8.37 -
YUV 150.67 75.7 166.75 -
System Red Green Blue C M Y K H S L
Decimal 205 141 58 0 0.31 0.72 0.20 33.88 0.6 0.52
Hex CD 8D 3A 0 1F 48 14 22 3C 34
Octal 315 215 72 0 37 110 24 42 74 64
Binary 11001101 10001101 111010 0 11111 1001000 10100 100010 111100 110100

Color Harmonies of #CD8D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8D3A

Black with #CD8D3A

Text Example


Text Example

White with #CD8D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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