Html Css Color HEX #CD9A3E Anzac

📋 copy color: '#CD9A3E'

red 205 ◦ green 154 ◦ blue 62

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

Shades of Anzac #CD9A3E

Tints of Anzac #CD9A3E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

 BLUE value IS 62 (24.61% from 255) = 14.73%

R = 48.69%
G = 36.58%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD9A3E (or 0xCD9A3E) is known color: Anzac. HEX triplet: CD, 9A and 3E. RGB value is (205,154,62). Sum of RGB (Red+Green+Blue) = 205+154+62=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A3E is #3265C1. Grayscale: #9F9F9F. Windows color (decimal): -3302850 or 4102861. OLE color: 4102861.

HSL color Cylindrical-coordinate representation of color #CD9A3E: hue angle of 38.6º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD9A3E is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 154 62 -
CMYK 0 0.25 0.70 0.20
HSL 38.6º 0.59% 0.52% -
HSV(B) 38.6º 0.7% 0.8% -
XYZ 37.6 36.44 9.61 -
YUV 158.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 205 154 62 0 0.25 0.70 0.20 38.6 0.59 0.52
Hex CD 9A 3E 0 19 46 14 27 3B 34
Octal 315 232 76 0 31 106 24 47 73 64
Binary 11001101 10011010 111110 0 11001 1000110 10100 100111 111011 110100

Color Harmonies of #CD9A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9A3E

Black with #CD9A3E

Text Example


Text Example

White with #CD9A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9A3E; }

 p { color: rgb(205,154,62); }

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

background-color css

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

 a { background-color: rgb(205,154,62); }

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

border-color css

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

 span { border-color: rgb(205,154,62); }

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