Html Css Color HEX #CD933D Anzac

📋 copy color: '#CD933D'

red 205 ◦ green 147 ◦ blue 61

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

Shades of Anzac #CD933D

Tints of Anzac #CD933D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 61 (24.22% from 255) = 14.77%

R = 49.64%
G = 35.59%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD933D (or 0xCD933D) is known color: Anzac. HEX triplet: CD, 93 and 3D. RGB value is (205,147,61). Sum of RGB (Red+Green+Blue) = 205+147+61=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD933D is #326CC2. Grayscale: #9A9A9A. Windows color (decimal): -3304643 or 4035533. OLE color: 4035533.

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

Color convert

RGB 205 147 61 -
CMYK 0 0.28 0.70 0.20
HSL 35.83º 0.59% 0.52% -
HSV(B) 35.83º 0.7% 0.8% -
XYZ 36.45 34.18 9.09 -
YUV 154.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 205 147 61 0 0.28 0.70 0.20 35.83 0.59 0.52
Hex CD 93 3D 0 1C 46 14 24 3B 34
Octal 315 223 75 0 34 106 24 44 73 64
Binary 11001101 10010011 111101 0 11100 1000110 10100 100100 111011 110100

Color Harmonies of #CD933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD933D

Black with #CD933D

Text Example


Text Example

White with #CD933D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD933D; }

 p { color: rgb(205,147,61); }

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

background-color css

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

 a { background-color: rgb(205,147,61); }

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

border-color css

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

 span { border-color: rgb(205,147,61); }

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