Html Css Color HEX #CD963D Anzac

📋 copy color: '#CD963D'

red 205 ◦ green 150 ◦ blue 61

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

Shades of Anzac #CD963D

Tints of Anzac #CD963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

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

R = 49.28%
G = 36.06%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CD963D (or 0xCD963D) is known color: Anzac. HEX triplet: CD, 96 and 3D. RGB value is (205,150,61). Sum of RGB (Red+Green+Blue) = 205+150+61=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD963D is #3269C2. Grayscale: #9C9C9C. Windows color (decimal): -3303875 or 4036301. OLE color: 4036301.

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

Color convert

RGB 205 150 61 -
CMYK 0 0.27 0.70 0.20
HSL 37.08º 0.59% 0.52% -
HSV(B) 37.08º 0.7% 0.8% -
XYZ 36.93 35.13 9.25 -
YUV 156.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 205 150 61 0 0.27 0.70 0.20 37.08 0.59 0.52
Hex CD 96 3D 0 1B 46 14 25 3B 34
Octal 315 226 75 0 33 106 24 45 73 64
Binary 11001101 10010110 111101 0 11011 1000110 10100 100101 111011 110100

Color Harmonies of #CD963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD963D

Black with #CD963D

Text Example


Text Example

White with #CD963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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